From: hanyu001@208suo.com
To: kvalo@kernel.org
Cc: linux-wireless@vger.kernel.org, wcn36xx@lists.infradead.org,
linux-kernel@vger.kernel.org
Subject: [PATCH] wcn36xx: remove space before ')'
Date: Mon, 17 Jul 2023 15:04:01 +0800 [thread overview]
Message-ID: <f2d9a75e98698b245e5126eb425944a1@208suo.com> (raw)
In-Reply-To: <tencent_5D948ECE7946A4A04536C5EAD0B120565B07@qq.com>
Fixes checkpatch.pl error:
./drivers/net/wireless/ath/wcn36xx/dxe.c:470: ERROR: space prohibited
before that close parenthesis ')'
./drivers/net/wireless/ath/wcn36xx/dxe.c:509: ERROR: space prohibited
before that close parenthesis ')'
Signed-off-by: maqimei <2433033762@qq.com>
---
drivers/net/wireless/ath/wcn36xx/dxe.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/net/wireless/ath/wcn36xx/dxe.c
b/drivers/net/wireless/ath/wcn36xx/dxe.c
index 9013f05..b8d7676 100644
--- a/drivers/net/wireless/ath/wcn36xx/dxe.c
+++ b/drivers/net/wireless/ath/wcn36xx/dxe.c
@@ -467,7 +467,7 @@ static irqreturn_t wcn36xx_irq_tx_complete(int irq,
void *dev)
WCN36XX_DXE_0_INT_CLR,
WCN36XX_INT_MASK_CHAN_TX_H);
- if (int_reason & WCN36XX_CH_STAT_INT_ERR_MASK ) {
+ if (int_reason & WCN36XX_CH_STAT_INT_ERR_MASK) {
wcn36xx_dxe_write_register(wcn,
WCN36XX_DXE_0_INT_ERR_CLR,
WCN36XX_INT_MASK_CHAN_TX_H);
@@ -506,7 +506,7 @@ static irqreturn_t wcn36xx_irq_tx_complete(int irq,
void *dev)
WCN36XX_DXE_0_INT_CLR,
WCN36XX_INT_MASK_CHAN_TX_L);
- if (int_reason & WCN36XX_CH_STAT_INT_ERR_MASK ) {
+ if (int_reason & WCN36XX_CH_STAT_INT_ERR_MASK) {
wcn36xx_dxe_write_register(wcn,
WCN36XX_DXE_0_INT_ERR_CLR,
WCN36XX_INT_MASK_CHAN_TX_L);
next parent reply other threads:[~2023-07-17 7:04 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <tencent_5D948ECE7946A4A04536C5EAD0B120565B07@qq.com>
2023-07-17 7:04 ` hanyu001 [this message]
2023-07-17 15:28 ` Jeff Johnson
2023-07-21 11:05 ` Kalle Valo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=f2d9a75e98698b245e5126eb425944a1@208suo.com \
--to=hanyu001@208suo.com \
--cc=kvalo@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-wireless@vger.kernel.org \
--cc=wcn36xx@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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®