projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82b4f9b
)
ath11k: mac: fix parenthesis alignment
author
Kalle Valo
<kvalo@codeaurora.org>
Tue, 29 Sep 2020 08:46:00 +0000
(11:46 +0300)
committer
Kalle Valo
<kvalo@codeaurora.org>
Thu, 1 Oct 2020 19:25:13 +0000
(22:25 +0300)
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>
Link:
https://lore.kernel.org/r/1601369160-1252-1-git-send-email-kvalo@codeaurora.org
drivers/net/wireless/ath/ath11k/mac.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/ath11k/mac.c
b/drivers/net/wireless/ath/ath11k/mac.c
index e0cac9b61af82ed6bab615c9254fba34154ff970..2d8994463b180aab32a9d4128b6ac0906a959635 100644
(file)
--- 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;