提交 ba38a171 编写于 作者: C Colin Ian King 提交者: Kalle Valo

ath9k: fix inconsistent indenting on return statement

minor change, indenting is one tab out.
Signed-off-by: NColin Ian King <colin.king@canonical.com>
Signed-off-by: NKalle Valo <kvalo@qca.qualcomm.com>
上级 ed14dc0a
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册