staging: rtl8192u: correct placement of else if
authorMichael Straube <straube.linux@gmail.com>
Sat, 19 Sep 2020 15:08:22 +0000 (17:08 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 22 Sep 2020 07:51:11 +0000 (09:51 +0200)
commite7a9c7b516285485fbbca1d84fb8e63b4ae4d5a2
tree1ee105c6fcc5a6fe121f96ee51834a4fdc036a0f
parentc4309727d492b84d0f609992eeb27a454f13e625
staging: rtl8192u: correct placement of else if

Move 'else if' to the same line as the closing brace of the
corresponding 'if' to follow kernel coding style.

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20200919150823.16923-2-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192u/r8192U_wx.c