From: Michael Rubin Date: Wed, 9 Apr 2025 06:39:04 +0000 (+0000) Subject: staging: gpib: Removing function ibAPE X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=0520805ac264420e741575c347738c9c416e8d2a;p=users%2Fjedix%2Flinux-maple.git 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 --- diff --git a/drivers/staging/gpib/include/gpib_proto.h b/drivers/staging/gpib/include/gpib_proto.h index 74b0853a18fb4..6da24eb11b359 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);