mirror of
https://github.com/torvalds/linux.git
synced 2024-12-08 03:52:16 +00:00
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>
This commit is contained in:
parent
b4a6b11cd2
commit
b96ec4e874
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user