ath10k: fix indenting in ath10k_wmi_update_noa()
authorKalle Valo <kvalo@qca.qualcomm.com>
Thu, 6 Jul 2017 06:42:20 +0000 (09:42 +0300)
committerKalle Valo <kvalo@qca.qualcomm.com>
Thu, 6 Jul 2017 12:14:57 +0000 (15:14 +0300)
Commit 59ae1d127ac0 ("networking: introduce and use skb_put_data()") introduced
a new checkpatch warning:

drivers/net/wireless/ath/ath10k/wmi.c:3308: code indent should use tabs where possible

Fix that.

Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath10k/wmi.c

index 3efb404b83c0590196f3c722cc646c33ec1cc411..96cd1ebd6a7e14646fd0b7f031b9c107ace972f2 100644 (file)
@@ -3305,7 +3305,7 @@ static void ath10k_wmi_update_noa(struct ath10k *ar, struct ath10k_vif *arvif,
        if (arvif->u.ap.noa_data)
                if (!pskb_expand_head(bcn, 0, arvif->u.ap.noa_len, GFP_ATOMIC))
                        skb_put_data(bcn, arvif->u.ap.noa_data,
-                                    arvif->u.ap.noa_len);
+                                    arvif->u.ap.noa_len);
 }
 
 static int ath10k_wmi_op_pull_swba_ev(struct ath10k *ar, struct sk_buff *skb,