summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/include
diff options
context:
space:
mode:
authorMichael Straube2018-10-14 12:17:39 +0200
committerGreg Kroah-Hartman2018-10-14 13:33:16 +0200
commitb96ec4e874e6a91980277d231062c693235a1c72 (patch)
treec0c195f43e78b2cd871e89c0dff56593350fb6c4 /drivers/staging/rtl8188eu/include
parentstaging: rtl8188eu: remove unused parameter of hal_com_get_channel_plan() (diff)
downloadkernel-qcow2-linux-b96ec4e874e6a91980277d231062c693235a1c72.tar.gz
kernel-qcow2-linux-b96ec4e874e6a91980277d231062c693235a1c72.tar.xz
kernel-qcow2-linux-b96ec4e874e6a91980277d231062c693235a1c72.zip
staging: rtl8188eu: rename parameter of hal_com_get_channel_plan() - style
Rename parameter of hal_com_get_channel_plan() in header to avoid CamelCase and match the name used in the function definition in hal_com.c. AutoLoadFail -> load_fail Signed-off-by: Michael Straube <straube.linux@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8188eu/include')
-rw-r--r--drivers/staging/rtl8188eu/include/hal_com.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8188eu/include/hal_com.h b/drivers/staging/rtl8188eu/include/hal_com.h
index 7c2bc77a1dc1..613aa35ce10d 100644
--- a/drivers/staging/rtl8188eu/include/hal_com.h
+++ b/drivers/staging/rtl8188eu/include/hal_com.h
@@ -140,7 +140,7 @@ void dump_chip_info(struct HAL_VERSION ChipVersion);
/* return the final channel plan decision */
u8 hal_com_get_channel_plan(u8 hw_channel_plan, u8 sw_channel_plan,
- u8 def_channel_plan, bool AutoLoadFail);
+ u8 def_channel_plan, bool load_fail);
u8 MRateToHwRate(u8 rate);