linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ath10k: fix indenting in ath10k_wmi_update_noa()
@ 2017-07-06  6:42 Kalle Valo
  2017-07-06 12:15 ` Kalle Valo
  0 siblings, 1 reply; 2+ messages in thread
From: Kalle Valo @ 2017-07-06  6:42 UTC (permalink / raw)
  To: ath10k; +Cc: linux-wireless

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 |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/wireless/ath/ath10k/wmi.c b/drivers/net/wireless/ath/ath10k/wmi.c
index 3efb404b83c0..96cd1ebd6a7e 100644
--- a/drivers/net/wireless/ath/ath10k/wmi.c
+++ b/drivers/net/wireless/ath/ath10k/wmi.c
@@ -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,

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: ath10k: fix indenting in ath10k_wmi_update_noa()
  2017-07-06  6:42 [PATCH] ath10k: fix indenting in ath10k_wmi_update_noa() Kalle Valo
@ 2017-07-06 12:15 ` Kalle Valo
  0 siblings, 0 replies; 2+ messages in thread
From: Kalle Valo @ 2017-07-06 12:15 UTC (permalink / raw)
  To: Kalle Valo; +Cc: ath10k, linux-wireless

Kalle Valo <kvalo@qca.qualcomm.com> wrote:

> 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>

Patch applied to ath-next branch of ath.git, thanks.

5784f87df166 ath10k: fix indenting in ath10k_wmi_update_noa()

-- 
https://patchwork.kernel.org/patch/9827511/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-07-06 12:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-06  6:42 [PATCH] ath10k: fix indenting in ath10k_wmi_update_noa() Kalle Valo
2017-07-06 12:15 ` Kalle Valo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).