projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed14dc0
)
ath9k: fix inconsistent indenting on return statement
author
Colin Ian King
<colin.king@canonical.com>
Tue, 8 Dec 2015 23:49:31 +0000
(23:49 +0000)
committer
Kalle 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
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/ath9k/xmit.c
b/drivers/net/wireless/ath/ath9k/xmit.c
index 82fc76f5b2a98858c06f6b97b89a671064ac8c9b..fe795fc5288cba84d5cfdd262d4a04377a5e04e4 100644
(file)
--- a/
drivers/net/wireless/ath/ath9k/xmit.c
+++ b/
drivers/net/wireless/ath/ath9k/xmit.c
@@
-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);