Commit f33f2304 authored by Michael Straube's avatar Michael Straube Committed by Greg Kroah-Hartman

staging: rtl8188eu: move return type to functions definition line

The return type of a function should be on the same line as the
definition.
Signed-off-by: default avatarMichael Straube <straube.linux@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 3a26036f
...@@ -44,8 +44,8 @@ void dump_chip_info(struct HAL_VERSION chip_vers) ...@@ -44,8 +44,8 @@ void dump_chip_info(struct HAL_VERSION chip_vers)
#define CHAN_PLAN_HW 0x80 #define CHAN_PLAN_HW 0x80
u8 /* return the final channel plan decision */ /* return the final channel plan decision */
hal_com_get_channel_plan(struct adapter *padapter, u8 hw_channel_plan, u8 hal_com_get_channel_plan(struct adapter *padapter, u8 hw_channel_plan,
u8 sw_channel_plan, u8 def_channel_plan, u8 sw_channel_plan, u8 def_channel_plan,
bool load_fail) bool load_fail)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment