staging:rtl8192u: Move trailing conditional statement to the following line
authorJohn Whitmore <johnfwhitmore@gmail.com>
Tue, 10 Jul 2018 15:05:20 +0000 (16:05 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 11 Jul 2018 11:15:47 +0000 (13:15 +0200)
commit546f080527af7724faa2e60178b3781fe5b277ec
treef7ce6d4850f06adf8f24c1e4c481146b92cfd30d
parent3e824ba0c1e679cb80e1caf0bbe270e45bc3af12
staging:rtl8192u: Move trailing conditional statement to the following line

Coding standard requires that the conditional statement is not on the same
line as the 'if' or 'else' but on the following line. Statements moved
accordingly.

Signed-off-by: John Whitmore <johnfwhitmore@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c