* [PATCH] ath: ath9k: add space before the open parenthesis '(' [not found] <tencent_CA29C8C996AFE373DE10A96D514BB12C7405@qq.com> @ 2023-07-17 7:53 ` hanyu001 0 siblings, 0 replies; 2+ messages in thread From: hanyu001 @ 2023-07-17 7:53 UTC (permalink / raw) To: toke, kvalo; +Cc: linux-wireless, linux-kernel This patch fixes the checkpatch.pl error: drivers/net/wireless/ath/ath9k/xmit.c: ERROR: space required before the open parenthesis '(' Signed-off-by: maqimei <2433033762@qq.com> --- drivers/net/wireless/ath/ath9k/xmit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/wireless/ath/ath9k/xmit.c b/drivers/net/wireless/ath/ath9k/xmit.c index f6f2ab7..72f9593 100644 --- a/drivers/net/wireless/ath/ath9k/xmit.c +++ b/drivers/net/wireless/ath/ath9k/xmit.c @@ -717,7 +717,7 @@ static void ath_tx_count_airtime(struct ath_softc *sc, int i; airtime += ts->duration * (ts->ts_longretry + 1); - for(i = 0; i < ts->ts_rateindex; i++) { + for (i = 0; i < ts->ts_rateindex; i++) { int rate_dur = ath9k_hw_get_duration(sc->sc_ah, bf->bf_desc, i); airtime += rate_dur * bf->rates[i].count; } @@ -2437,7 +2437,7 @@ void ath_tx_cabq(struct ieee80211_hw *hw, struct ieee80211_vif *vif, break; skb = ieee80211_get_buffered_bc(hw, vif); - } while(skb); + } while (skb); if (skb) ieee80211_free_txskb(hw, skb); ^ permalink raw reply [flat|nested] 2+ messages in thread
[parent not found: <tencent_20790524E1454B45E150A32030DB910EB907@qq.com>]
* [PATCH] ath: ath9k: add space before the open parenthesis '(' [not found] <tencent_20790524E1454B45E150A32030DB910EB907@qq.com> @ 2023-07-17 7:48 ` hanyu001 0 siblings, 0 replies; 2+ messages in thread From: hanyu001 @ 2023-07-17 7:48 UTC (permalink / raw) To: toke, kvalo; +Cc: linux-wireless, linux-kernel This patch fixes the checkpatch.pl error: drivers/net/wireless/ath/ath9k/xmit.c: ERROR: space required before the open parenthesis '(' Signed-off-by: maqimei <2433033762@qq.com> --- drivers/net/wireless/ath/ath9k/xmit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/wireless/ath/ath9k/xmit.c b/drivers/net/wireless/ath/ath9k/xmit.c index f6f2ab7..72f9593 100644 --- a/drivers/net/wireless/ath/ath9k/xmit.c +++ b/drivers/net/wireless/ath/ath9k/xmit.c @@ -717,7 +717,7 @@ static void ath_tx_count_airtime(struct ath_softc *sc, int i; airtime += ts->duration * (ts->ts_longretry + 1); - for(i = 0; i < ts->ts_rateindex; i++) { + for (i = 0; i < ts->ts_rateindex; i++) { int rate_dur = ath9k_hw_get_duration(sc->sc_ah, bf->bf_desc, i); airtime += rate_dur * bf->rates[i].count; } @@ -2437,7 +2437,7 @@ void ath_tx_cabq(struct ieee80211_hw *hw, struct ieee80211_vif *vif, break; skb = ieee80211_get_buffered_bc(hw, vif); - } while(skb); + } while (skb); if (skb) ieee80211_free_txskb(hw, skb); ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-07-17 7:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <tencent_CA29C8C996AFE373DE10A96D514BB12C7405@qq.com>
2023-07-17 7:53 ` [PATCH] ath: ath9k: add space before the open parenthesis '(' hanyu001
[not found] <tencent_20790524E1454B45E150A32030DB910EB907@qq.com>
2023-07-17 7:48 ` hanyu001
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®