staging: gpib: uapi: Fix CamelCase and IBA Dup
authorMichael Rubin <matchstick@neverthere.org>
Wed, 16 Apr 2025 20:32:59 +0000 (20:32 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 17 Apr 2025 09:13:59 +0000 (11:13 +0200)
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>
drivers/staging/gpib/uapi/gpib_user.h

index 83ddaaf815291ebcf5ab6ba27706ab79fb779c61..eaf7399a164af465deceeb8c1cdf14ae712bbaff 100644 (file)
@@ -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 {