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)
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

index 4ac0baf..1d1685d 100644 (file)
@@ -561,9 +561,7 @@ static int r8192_wx_set_enc(struct net_device *dev,
                                zero_addr[key_idx],
                                0,                      /* DefaultKey */
                                hwkey);                 /* KeyContent */
-               }
-
-               else if (wrqu->encoding.length == 0xd) {
+               } else if (wrqu->encoding.length == 0xd) {
                        ieee->pairwise_key_type = KEY_TYPE_WEP104;
                        EnableHWSecurityConfig8192(dev);