Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -44,8 +44,8 @@ void dump_chip_info(struct HAL_VERSION chip_vers)

#define	CHAN_PLAN_HW	0x80

u8 /* return the final channel plan decision */
hal_com_get_channel_plan(struct adapter *padapter, u8 hw_channel_plan,
/* return the final channel plan decision */
u8 hal_com_get_channel_plan(struct adapter *padapter, u8 hw_channel_plan,
			    u8 sw_channel_plan, u8 def_channel_plan,
			    bool load_fail)
{