diff options
| author | Michael Rubin <matchstick@neverthere.org> | 2025-04-16 23:32:59 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-04-17 12:13:59 +0300 |
| commit | b0b23267b6fc74c5a6ed355643b5c8da58d2866f (patch) | |
| tree | 598bf7e56c187fec94a972f67d1a87f03afe1259 /drivers | |
| parent | 7567dfdd242aa77b9f7724b0be0f675f163eca91 (diff) | |
| download | linux-b0b23267b6fc74c5a6ed355643b5c8da58d2866f.tar.xz | |
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>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/staging/gpib/uapi/gpib_user.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/gpib/uapi/gpib_user.h b/drivers/staging/gpib/uapi/gpib_user.h index 83ddaaf81529..eaf7399a164a 100644 --- a/drivers/staging/gpib/uapi/gpib_user.h +++ b/drivers/staging/gpib/uapi/gpib_user.h @@ -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 { |
