]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit948177591024b0d09311a5c0a0f0af4817875104
treef7ce6d4850f06adf8f24c1e4c481146b92cfd30d
parent6d5229e5d159d42c246baec719ab012362bf85cc
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