ath9k: fix inconsistent indenting on return statement
authorColin Ian King <colin.king@canonical.com>
Tue, 8 Dec 2015 23:49:31 +0000 (23:49 +0000)
committerKalle Valo <kvalo@qca.qualcomm.com>
Fri, 11 Dec 2015 12:09:00 +0000 (14:09 +0200)
minor change, indenting is one tab out.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath9k/xmit.c

index 82fc76f..fe795fc 100644 (file)
@@ -2915,7 +2915,7 @@ int ath9k_tx99_send(struct ath_softc *sc, struct sk_buff *skb,
                if (skb_headroom(skb) < padsize) {
                        ath_dbg(common, XMIT,
                                "tx99 padding failed\n");
-               return -EINVAL;
+                       return -EINVAL;
                }
 
                skb_push(skb, padsize);