aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192u/r8192U_dm.h
diff options
context:
space:
mode:
authorJohn Whitmore <johnfwhitmore@gmail.com>2018-08-03 01:02:00 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-08-05 16:21:06 +0200
commitf19a08e76d09bd12b15faedf1eeacd33c7862dbd (patch)
treeae7117c72614c67f9f8bb9782bd780a751ec6c35 /drivers/staging/rtl8192u/r8192U_dm.h
parentstaging:rtl8192u: Remove member variable Enable - Style (diff)
downloadlinux-dev-f19a08e76d09bd12b15faedf1eeacd33c7862dbd.tar.xz
linux-dev-f19a08e76d09bd12b15faedf1eeacd33c7862dbd.zip
staging:rtl8192u: Rename cck_Rx_path - Style
Rename the member variable cck_Rx_path to cck_rx_path. This clears the checkpatch issue with CamelCase naming. This is a coding style change which should have no impact one 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/r8192U_dm.h')
-rw-r--r--drivers/staging/rtl8192u/r8192U_dm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8192u/r8192U_dm.h b/drivers/staging/rtl8192u/r8192U_dm.h
index 53daec820ca7..b1f19bad2c30 100644
--- a/drivers/staging/rtl8192u/r8192U_dm.h
+++ b/drivers/staging/rtl8192u/r8192U_dm.h
@@ -130,7 +130,7 @@ enum cck_rx_path_method {
struct dynamic_rx_path_sel {
enum cck_rx_path_method cck_method;
- u8 cck_Rx_path;
+ u8 cck_rx_path;
u8 SS_TH_low;
u8 diff_TH;