aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/staging/rtl8188eu/include/rtl8188e_spec.h
diff options
context:
space:
mode:
authorMichael Straube <straube.linux@gmail.com>2020-04-13 19:59:55 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-04-16 13:41:01 +0200
commit8349fa213e13ff5b7b10349155c646ef770efc6b (patch)
treee7161a9ffe2f6194e98ad5a7f49b5fc8acc2ee35 /drivers/staging/rtl8188eu/include/rtl8188e_spec.h
parentstaging: vt6656: remove redundant assignment to variable ed_inx (diff)
downloadwireguard-linux-8349fa213e13ff5b7b10349155c646ef770efc6b.tar.xz
wireguard-linux-8349fa213e13ff5b7b10349155c646ef770efc6b.zip
staging: rtl8188eu: rename define to upper case
Rename 'FWDL_ChkSum_rpt' to 'FWDL_CHKSUM_RPT' as defines are normaly named all upper case. Also clears a camel case checkpatch warning. Signed-off-by: Michael Straube <straube.linux@gmail.com> Link: https://lore.kernel.org/r/20200413175957.30165-2-straube.linux@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8188eu/include/rtl8188e_spec.h')
-rw-r--r--drivers/staging/rtl8188eu/include/rtl8188e_spec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8188eu/include/rtl8188e_spec.h b/drivers/staging/rtl8188eu/include/rtl8188e_spec.h
index dd943c831d91..be30c9434a29 100644
--- a/drivers/staging/rtl8188eu/include/rtl8188e_spec.h
+++ b/drivers/staging/rtl8188eu/include/rtl8188e_spec.h
@@ -817,7 +817,7 @@ So the following defines for 92C is not entire!!!!!!
/* 2 MCUFWDL */
#define MCUFWDL_EN BIT(0)
#define MCUFWDL_RDY BIT(1)
-#define FWDL_ChkSum_rpt BIT(2)
+#define FWDL_CHKSUM_RPT BIT(2)
#define MACINI_RDY BIT(3)
#define BBINI_RDY BIT(4)
#define RFINI_RDY BIT(5)