Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
* [PATCH] dmaengine: qcom: gpi: Remove unneeded semicolon
@ 2021-01-15 10:00 Xu Wang
  2021-01-17  6:25 ` Vinod Koul
  2021-03-01 19:59 ` patchwork-bot+linux-arm-msm
  0 siblings, 2 replies; 3+ messages in thread
From: Xu Wang @ 2021-01-15 10:00 UTC (permalink / raw)
  To: agross, bjorn.andersson, vkoul, dan.j.williams
  Cc: linux-arm-msm, dmaengine, linux-kernel

fix semicolon.cocci warning:
drivers/dma/qcom/gpi.c:1703:2-3: Unneeded semicolon

Signed-off-by: Xu Wang <vulab@iscas.ac.cn>
---
 drivers/dma/qcom/gpi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/dma/qcom/gpi.c b/drivers/dma/qcom/gpi.c
index 1a0bf6b0567a..f20b5573fc67 100644
--- a/drivers/dma/qcom/gpi.c
+++ b/drivers/dma/qcom/gpi.c
@@ -1700,7 +1700,7 @@ static int gpi_create_i2c_tre(struct gchan *chan, struct gpi_desc *desc,
 
 		tre->dword[3] = u32_encode_bits(TRE_TYPE_DMA, TRE_FLAGS_TYPE);
 		tre->dword[3] |= u32_encode_bits(1, TRE_FLAGS_IEOT);
-	};
+	}
 
 	for (i = 0; i < tre_idx; i++)
 		dev_dbg(dev, "TRE:%d %x:%x:%x:%x\n", i, desc->tre[i].dword[0],
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] dmaengine: qcom: gpi: Remove unneeded semicolon
  2021-01-15 10:00 [PATCH] dmaengine: qcom: gpi: Remove unneeded semicolon Xu Wang
@ 2021-01-17  6:25 ` Vinod Koul
  2021-03-01 19:59 ` patchwork-bot+linux-arm-msm
  1 sibling, 0 replies; 3+ messages in thread
From: Vinod Koul @ 2021-01-17  6:25 UTC (permalink / raw)
  To: Xu Wang
  Cc: agross, bjorn.andersson, dan.j.williams, linux-arm-msm, dmaengine,
	linux-kernel

On 15-01-21, 10:00, Xu Wang wrote:
> fix semicolon.cocci warning:
> drivers/dma/qcom/gpi.c:1703:2-3: Unneeded semicolon

Applied, thanks

-- 
~Vinod

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] dmaengine: qcom: gpi: Remove unneeded semicolon
  2021-01-15 10:00 [PATCH] dmaengine: qcom: gpi: Remove unneeded semicolon Xu Wang
  2021-01-17  6:25 ` Vinod Koul
@ 2021-03-01 19:59 ` patchwork-bot+linux-arm-msm
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+linux-arm-msm @ 2021-03-01 19:59 UTC (permalink / raw)
  To: Xu Wang; +Cc: linux-arm-msm

Hello:

This patch was applied to qcom/linux.git (refs/heads/for-next):

On Fri, 15 Jan 2021 10:00:40 +0000 you wrote:
> fix semicolon.cocci warning:
> drivers/dma/qcom/gpi.c:1703:2-3: Unneeded semicolon
> 
> Signed-off-by: Xu Wang <vulab@iscas.ac.cn>
> ---
>  drivers/dma/qcom/gpi.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Here is the summary with links:
  - dmaengine: qcom: gpi: Remove unneeded semicolon
    https://git.kernel.org/qcom/c/9ee8f3d968ae

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-03-01 20:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-15 10:00 [PATCH] dmaengine: qcom: gpi: Remove unneeded semicolon Xu Wang
2021-01-17  6:25 ` Vinod Koul
2021-03-01 19:59 ` patchwork-bot+linux-arm-msm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox