mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 16:44:58 +02:00
staging: gpib: uapi: Fix CamelCase and IBA Dup
Resolved duplicate entry for IbaSPollBit vs IbaSpollBit. Correct CamelCase for IBA enums Adhere to Linux kernel coding style. Reported by checkpatch Signed-off-by: Michael Rubin <matchstick@neverthere.org> Link: https://lore.kernel.org/r/20250416203259.7862-2-matchstick@neverthere.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
7567dfdd24
commit
b0b23267b6
|
|
@ -285,7 +285,7 @@ enum ibask_option {
|
|||
IBA_RSV = 0x21, /* board only */
|
||||
IBA_BNA = 0x200, /* device only */
|
||||
/* linux-gpib extensions */
|
||||
IBA_7BitEOS = 0x1000 /* board only. Returns 1 if board supports 7 bit eos compares*/
|
||||
IBA_7_BIT_EOS = 0x1000 /* board only. Returns 1 if board supports 7 bit eos compares*/
|
||||
};
|
||||
|
||||
enum ibconfig_option {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user