Message ID | 1561562295-17402-1-git-send-email-kvalo@codeaurora.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 8f5a39b1cdaf53a6c237c0ebd10549aed26dc667 |
Delegated to: | Kalle Valo |
Headers | show |
Series | [1/4] ath11k: Alignment should match open parenthesis | expand |
Kalle Valo <kvalo@codeaurora.org> wrote: > Fix checkpatch warning: > > drivers/net/wireless/ath/ath11k/mac.c:5029: Alignment should match open parenthesis > > Signed-off-by: Kalle Valo <kvalo@codeaurora.org> 4 patches applied to ath11k-bringup branch of ath.git, thanks. 8f5a39b1cdaf ath11k: Alignment should match open parenthesis 810a4fb71e6a ath11k: Remove prototype interface 7b5a3ac963cb ath11k: line over 90 characters 4c6476d00657 ath11k: use kstrtoint_from_user() instead of sscanf()
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;
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(-)