From 0520805ac264420e741575c347738c9c416e8d2a Mon Sep 17 00:00:00 2001 From: Michael Rubin Date: Wed, 9 Apr 2025 06:39:04 +0000 Subject: [PATCH] staging: gpib: Removing function ibAPE Reported by checkpatch.pl as CamelCase where function is undefined. CHECK: Avoid CamelCase: Removing undefined function. Signed-off-by: Michael Rubin Link: https://lore.kernel.org/r/20250409063904.342292-7-matchstick@neverthere.org Signed-off-by: Greg Kroah-Hartman --- drivers/staging/gpib/include/gpib_proto.h | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/gpib/include/gpib_proto.h b/drivers/staging/gpib/include/gpib_proto.h index 74b0853a18fb..6da24eb11b35 100644 --- a/drivers/staging/gpib/include/gpib_proto.h +++ b/drivers/staging/gpib/include/gpib_proto.h @@ -22,7 +22,6 @@ int serial_poll_all(struct gpib_board *board, unsigned int usec_timeout); void init_gpib_descriptor(gpib_descriptor_t *desc); int dvrsp(struct gpib_board *board, unsigned int pad, int sad, unsigned int usec_timeout, uint8_t *result); -void ibAPE(struct gpib_board *board, int pad, int v); int ibcac(struct gpib_board *board, int sync, int fallback_to_async); int ibcmd(struct gpib_board *board, uint8_t *buf, size_t length, size_t *bytes_written); int ibgts(struct gpib_board *board); -- 2.25.1