diff options
| author | Michael Rubin <matchstick@neverthere.org> | 2025-04-09 09:39:03 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-04-15 17:40:17 +0300 |
| commit | f6d49a765f523fee18921b979d6995f0be0fd3be (patch) | |
| tree | 8b40185437fabc259bc9664974e5f67f98920775 | |
| parent | 7c98e9bf5b2b0c9ecabf5beda998b7bf053938f9 (diff) | |
| download | linux-f6d49a765f523fee18921b979d6995f0be0fd3be.tar.xz | |
staging: gpib: Removing function ibaPrsp
Reported by checkpatch.pl as CamelCase where function is undefined.
CHECK: Avoid CamelCase: <ibaPrsp>
Removing undefined function.
Signed-off-by: Michael Rubin <matchstick@neverthere.org>
Link: https://lore.kernel.org/r/20250409063904.342292-6-matchstick@neverthere.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
| -rw-r--r-- | drivers/staging/gpib/include/gpib_proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/gpib/include/gpib_proto.h b/drivers/staging/gpib/include/gpib_proto.h index e8f27603f2f6..74b0853a18fb 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 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); int ibcmd(struct gpib_board *board, uint8_t *buf, size_t length, size_t *bytes_written); |
