summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192u/r819xU_phy.h
diff options
context:
space:
mode:
authorJohn Whitmore <johnfwhitmore@gmail.com>2018-07-26 20:24:15 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-07-29 10:13:26 +0200
commite918443caf095387a8ccf57e8b38fc858e4b231f (patch)
tree1da8b51d54fa568ed276030846feeddbc51317ea /drivers/staging/rtl8192u/r819xU_phy.h
parent21807031af7c9bd66d134787811677eb8b6ae50c (diff)
downloadlinux-e918443caf095387a8ccf57e8b38fc858e4b231f.tar.bz2
staging:rtl8192u: Rename msDelay to ms_delay - Style
Rename the member variable msDelay to ms_delay. 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_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 0d4c083ea718..d783e9c0dfd1 100644
--- a/drivers/staging/rtl8192u/r819xU_phy.h
+++ b/drivers/staging/rtl8192u/r819xU_phy.h
@@ -22,7 +22,7 @@ struct sw_chnl_cmd {
enum switch_chan_cmd_id cmd_id;
u32 para_1;
u32 para_2;
- u32 msDelay;
+ u32 ms_delay;
} __packed;
extern u32 rtl819XMACPHY_Array_PG[];