Staging: rtl8723au: core: Dont have { on new line
authorTina Ruchandani <ruchandani.tina@gmail.com>
Fri, 24 Oct 2014 03:17:20 +0000 (20:17 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 27 Oct 2014 02:33:06 +0000 (10:33 +0800)
commit5db8bee627aadf5f666234f551a3528ccf3b5b31
tree6270a03a49273c9ea13752ec86bca84feab34188
parentf237216ebfd4c263b448df2f6e09ff6786221f03
Staging: rtl8723au: core: Dont have { on new line

This patch fixes the following checkpatch errors:
ERROR: that open brace { should be on the previous line
ERROR: else should follow close brace '}'

Exceptions: { is left on a new line to itself when fixing
this error makes the line longer than 80 characters.

Signed-off-by: Tina Ruchandani <ruchandani.tina@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723au/core/rtw_mlme_ext.c
drivers/staging/rtl8723au/core/rtw_pwrctrl.c
drivers/staging/rtl8723au/core/rtw_recv.c
drivers/staging/rtl8723au/core/rtw_security.c
This page took 0.036035 seconds and 5 git commands to generate.