summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192u/r819xU_phy.h
diff options
context:
space:
mode:
authorJohn Whitmore <johnfwhitmore@gmail.com>2018-07-13 12:23:04 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-07-13 15:41:16 +0200
commit8772da06f6d01636a9c6e0fb7634c19c1be9d6e5 (patch)
tree45bf25893271df21c38879da9e70cc49c324e346 /drivers/staging/rtl8192u/r819xU_phy.h
parent2dad9cba09036f614f39e4c1be258d7ed78d591d (diff)
downloadlinux-8772da06f6d01636a9c6e0fb7634c19c1be9d6e5.tar.bz2
staging:rtl8192u: Rename enum label CmdID_End > CMD_ID_END - Style
Rename enum label to clear a CamelCase warning from checkpatch. This is a simple style change and should not impact execution. Signed-off-by: John Whitmore <johnfwhitmore@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8192u/r819xU_phy.h')
-rw-r--r--drivers/staging/rtl8192u/r819xU_phy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8192u/r819xU_phy.h b/drivers/staging/rtl8192u/r819xU_phy.h
index 0c63c646b625..efbca1f458f5 100644
--- a/drivers/staging/rtl8192u/r819xU_phy.h
+++ b/drivers/staging/rtl8192u/r819xU_phy.h
@@ -8,7 +8,7 @@
#define MAX_POSTCMD_CNT 16
enum switch_chan_cmd_id {
- CmdID_End,
+ CMD_ID_END,
CmdID_SetTxPowerLevel,
CmdID_BBRegWrite10,
CmdID_WritePortUlong,