ATH11K Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] ath11k: Alignment should match open parenthesis
@ 2019-06-26 15:18 Kalle Valo
  2019-06-26 15:18 ` [PATCH 2/4] ath11k: Remove prototype interface Kalle Valo
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Kalle Valo @ 2019-06-26 15:18 UTC (permalink / raw)
  To: ath11k

Fix checkpatch warning:

drivers/net/wireless/ath/ath11k/mac.c:5029: Alignment should match open parenthesis

Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
---
 drivers/net/wireless/ath/ath11k/mac.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/wireless/ath/ath11k/mac.c b/drivers/net/wireless/ath/ath11k/mac.c
index 8d4ddd9015cb..dd164b5bb51a 100644
--- a/drivers/net/wireless/ath/ath11k/mac.c
+++ b/drivers/net/wireless/ath/ath11k/mac.c
@@ -5026,7 +5026,7 @@ ath11k_mac_update_bss_chan_survey(struct ath11k *ar,
 }
 
 static int ath11k_mac_op_get_survey(struct ieee80211_hw *hw, int idx,
-			     struct survey_info *survey)
+				    struct survey_info *survey)
 {
 	struct ath11k *ar = hw->priv;
 	struct ieee80211_supported_band *sband;
-- 
2.7.4


_______________________________________________
ath11k mailing list
ath11k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath11k

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

end of thread, other threads:[~2019-06-27 11:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-26 15:18 [PATCH 1/4] ath11k: Alignment should match open parenthesis Kalle Valo
2019-06-26 15:18 ` [PATCH 2/4] ath11k: Remove prototype interface Kalle Valo
2019-06-26 15:18 ` [PATCH 3/4] ath11k: line over 90 characters Kalle Valo
2019-06-26 15:18 ` [PATCH 4/4] ath11k: use kstrtoint_from_user() instead of sscanf() Kalle Valo
2019-06-27 11:15 ` [PATCH 1/4] ath11k: Alignment should match open parenthesis Kalle Valo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox