staging: rtl8821ae: Fix suspect code indent for conditional statements
authorGulsah Kose <gulsah.1004@gmail.com>
Tue, 18 Mar 2014 22:25:49 +0000 (00:25 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 19 Mar 2014 16:14:58 +0000 (09:14 -0700)
Fix checkpatch.pl issues with suspect code indent for conditional
statements (16, 16) in base.c

Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8821ae/base.c

index 43dad6df44d11a9e0f62bffc613438b59fa61a0e..c65703d955ddcec6f439a04d740af8f45f5f57fc 100644 (file)
@@ -711,7 +711,7 @@ static void _rtl_query_bandwidth_mode(struct ieee80211_hw *hw,
                        return;
        } else if (mac->opmode == NL80211_IFTYPE_STATION) {
                if (!mac->bw_40 || !(sta->ht_cap.ht_supported))
-               return;
+                       return;
        }
        if (tcb_desc->b_multicast || tcb_desc->b_broadcast)
                return;