staging: rtl8188eu: rename parameter of hal_com_get_channel_plan() - style
authorMichael Straube <straube.linux@gmail.com>
Sun, 14 Oct 2018 10:17:39 +0000 (12:17 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 14 Oct 2018 11:33:16 +0000 (13:33 +0200)
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>
drivers/staging/rtl8188eu/include/hal_com.h

index 7c2bc77..613aa35 100644 (file)
@@ -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);