From: Colin Ian King <colin.k...@canonical.com>

minor change, indenting is one tab out.

Signed-off-by: Colin Ian King <colin.k...@canonical.com>
---
 drivers/net/wireless/ath/ath9k/xmit.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/wireless/ath/ath9k/xmit.c 
b/drivers/net/wireless/ath/ath9k/xmit.c
index 3e3dac3..f796d90 100644
--- a/drivers/net/wireless/ath/ath9k/xmit.c
+++ b/drivers/net/wireless/ath/ath9k/xmit.c
@@ -2894,7 +2894,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);
-- 
2.6.2

--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to