* [PATCH] ath: wcn36xx: space required after that ',' [not found] <tencent_1007902217D11483429F82606CE33B24E609@qq.com> @ 2023-07-17 7:17 ` hanyu001 2023-07-21 11:11 ` Kalle Valo 0 siblings, 1 reply; 2+ messages in thread From: hanyu001 @ 2023-07-17 7:17 UTC (permalink / raw) To: kvalo; +Cc: wcn36xx, linux-wireless, linux-kernel 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, ^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] ath: wcn36xx: space required after that ',' 2023-07-17 7:17 ` [PATCH] ath: wcn36xx: space required after that ',' hanyu001 @ 2023-07-21 11:11 ` Kalle Valo 0 siblings, 0 replies; 2+ messages in thread From: Kalle Valo @ 2023-07-21 11:11 UTC (permalink / raw) To: hanyu001; +Cc: wcn36xx, linux-wireless, linux-kernel hanyu001@208suo.com wrote: > 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> ERROR: 'wifi:' prefix missing: "[PATCH] ath: wcn36xx: space required after that ','" ERROR: Missing Signed-off-by: hanyu001@208suo.com Patch set to Changes Requested. -- https://patchwork.kernel.org/project/linux-wireless/patch/8d242d729e447fe0f41af7bccc35396e@208suo.com/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-07-21 11:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <tencent_1007902217D11483429F82606CE33B24E609@qq.com>
2023-07-17 7:17 ` [PATCH] ath: wcn36xx: space required after that ',' hanyu001
2023-07-21 11:11 ` Kalle Valo
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®