aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192u/r819xU_cmdpkt.h
diff options
context:
space:
mode:
authorJohn Whitmore <johnfwhitmore@gmail.com>2018-07-25 23:16:25 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-07-29 10:11:46 +0200
commit85dc31eb8c49d6c2427b35b7cb58f91c67357f78 (patch)
tree51b37399f26da7ba7d4edea2fb610b612ac267af /drivers/staging/rtl8192u/r819xU_cmdpkt.h
parentstaging:rtl8192u: Rename bit definition ISR_TxBcnOk - Style (diff)
downloadlinux-dev-85dc31eb8c49d6c2427b35b7cb58f91c67357f78.tar.xz
linux-dev-85dc31eb8c49d6c2427b35b7cb58f91c67357f78.zip
staging:rtl8192u: Rename ISR_TxBcnErr bit definition - Style
Rename the bit definition ISR_TxBcnErr to ISR_TX_BCN_ERR. This change clears the checkpatch issue with CamelCase naming. The change is purely a coding style change which should not impact runtime code 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_cmdpkt.h')
-rw-r--r--drivers/staging/rtl8192u/r819xU_cmdpkt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8192u/r819xU_cmdpkt.h b/drivers/staging/rtl8192u/r819xU_cmdpkt.h
index 5de6d8f4fd81..06f57016de2b 100644
--- a/drivers/staging/rtl8192u/r819xU_cmdpkt.h
+++ b/drivers/staging/rtl8192u/r819xU_cmdpkt.h
@@ -11,7 +11,7 @@
/* 2008/05/08 amy For USB constant. */
#define ISR_TX_BCN_OK BIT(27) /* Transmit Beacon OK */
-#define ISR_TxBcnErr BIT(26) /* Transmit Beacon Error */
+#define ISR_TX_BCN_ERR BIT(26) /* Transmit Beacon Error */
#define ISR_BcnTimerIntr BIT(13) /* Beacon Timer Interrupt */