1
0
Fork 0

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>
hifive-unleashed-5.1
Michael Straube 2018-10-14 12:17:39 +02:00 committed by Greg Kroah-Hartman
parent b4a6b11cd2
commit b96ec4e874
1 changed files with 1 additions and 1 deletions

View 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);