mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: hanyu001@208suo.com
To: kvalo@kernel.org
Cc: wcn36xx@lists.infradead.org, linux-wireless@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: [PATCH] ath: wcn36xx: space required after that ','
Date: Mon, 17 Jul 2023 15:17:38 +0800	[thread overview]
Message-ID: <8d242d729e447fe0f41af7bccc35396e@208suo.com> (raw)
In-Reply-To: <tencent_1007902217D11483429F82606CE33B24E609@qq.com>

This patch fixes the checkpatch.pl error:

./drivers/net/wireless/ath/wcn36xx/dxe.c:233: ERROR: space required 
after that ',' (ctx:VxV)

Signed-off-by: maqimei <2433033762@qq.com>
---
  drivers/net/wireless/ath/wcn36xx/dxe.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/wireless/ath/wcn36xx/dxe.c 
b/drivers/net/wireless/ath/wcn36xx/dxe.c
index b8d7676..1e660b6 100644
--- a/drivers/net/wireless/ath/wcn36xx/dxe.c
+++ b/drivers/net/wireless/ath/wcn36xx/dxe.c
@@ -230,7 +230,7 @@ static void wcn36xx_dxe_deinit_descs(struct device 
*dev, struct wcn36xx_dxe_ch *
      size_t size;

      size = wcn_ch->desc_num * sizeof(struct wcn36xx_dxe_desc);
-    dma_free_coherent(dev, size,wcn_ch->cpu_addr, wcn_ch->dma_addr);
+    dma_free_coherent(dev, size, wcn_ch->cpu_addr, wcn_ch->dma_addr);
  }

  static void wcn36xx_dxe_init_tx_bd(struct wcn36xx_dxe_ch *ch,

       reply	other threads:[~2023-07-17  7:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <tencent_1007902217D11483429F82606CE33B24E609@qq.com>
2023-07-17  7:17 ` hanyu001 [this message]
2023-07-21 11:11   ` 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=8d242d729e447fe0f41af7bccc35396e@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®