diff mbox series

ath11k: mac: fix parenthesis alignment

Message ID 1601369160-1252-1-git-send-email-kvalo@codeaurora.org (mailing list archive)
State Accepted
Commit cd19836a6cea7038fe50c4824629cc7a4418381c
Delegated to: Kalle Valo
Headers show
Series ath11k: mac: fix parenthesis alignment | expand

Commit Message

Kalle Valo Sept. 29, 2020, 8:46 a.m. UTC
Commit 6aea26ce5a4c ("mac80211: rework tx encapsulation offload API")
introduced a new checkpatch warning:

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

Fix that.

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

Comments

Kalle Valo Oct. 1, 2020, 7:25 p.m. UTC | #1
Kalle Valo <kvalo@codeaurora.org> wrote:

> Commit 6aea26ce5a4c ("mac80211: rework tx encapsulation offload API")
> introduced a new checkpatch warning:
> 
> drivers/net/wireless/ath/ath11k/mac.c:4354: Alignment should match open parenthesis
> 
> Fix that.
> 
> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>

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

cd19836a6cea ath11k: mac: fix parenthesis alignment
diff mbox series

Patch

diff --git a/drivers/net/wireless/ath/ath11k/mac.c b/drivers/net/wireless/ath/ath11k/mac.c
index e0cac9b61af8..2d8994463b18 100644
--- a/drivers/net/wireless/ath/ath11k/mac.c
+++ b/drivers/net/wireless/ath/ath11k/mac.c
@@ -4351,7 +4351,7 @@  static int ath11k_set_he_mu_sounding_mode(struct ath11k *ar,
 }
 
 static void ath11k_mac_op_update_vif_offload(struct ieee80211_hw *hw,
-					    struct ieee80211_vif *vif)
+					     struct ieee80211_vif *vif)
 {
 	struct ath11k *ar = hw->priv;
 	struct ath11k_base *ab = ar->ab;