Commit ba38a171 authored by Colin Ian King's avatar Colin Ian King Committed by Kalle Valo

ath9k: fix inconsistent indenting on return statement

minor change, indenting is one tab out.
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarKalle Valo <kvalo@qca.qualcomm.com>
parent ed14dc0a
...@@ -2915,7 +2915,7 @@ int ath9k_tx99_send(struct ath_softc *sc, struct sk_buff *skb, ...@@ -2915,7 +2915,7 @@ int ath9k_tx99_send(struct ath_softc *sc, struct sk_buff *skb,
if (skb_headroom(skb) < padsize) { if (skb_headroom(skb) < padsize) {
ath_dbg(common, XMIT, ath_dbg(common, XMIT,
"tx99 padding failed\n"); "tx99 padding failed\n");
return -EINVAL; return -EINVAL;
} }
skb_push(skb, padsize); skb_push(skb, padsize);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment