ath9k: fix inconsistent indenting on return statement

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>
This commit is contained in:
Colin Ian King 2015-12-08 23:49:31 +00:00 committed by Kalle Valo
parent ed14dc0af7
commit ba38a1718b
1 changed files with 1 additions and 1 deletions

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