From: Michael Rubin Date: Wed, 9 Apr 2025 06:39:02 +0000 (+0000) Subject: staging: gpib: Removing function ibAPWait X-Git-Tag: v6.16-rc1~31^2~138 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=7c98e9bf5b2b0c9ecabf5beda998b7bf053938f9;p=linux-block.git staging: gpib: Removing function ibAPWait 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-5-matchstick@neverthere.org Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/gpib/include/gpib_proto.h b/drivers/staging/gpib/include/gpib_proto.h index acfd348d485e..e8f27603f2f6 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); -int ibAPWait(struct gpib_board *board, int pad); int ibAPrsp(struct gpib_board *board, int padsad, char *spb); void ibAPE(struct gpib_board *board, int pad, int v); int ibcac(struct gpib_board *board, int sync, int fallback_to_async);