All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] remoteproc: qcom_wcnss: remove unneeded semicolon
@ 2021-02-03  2:46 Yang Li
  2021-02-09 17:40 ` patchwork-bot+linux-remoteproc
  2021-03-01 19:59 ` patchwork-bot+linux-arm-msm
  0 siblings, 2 replies; 3+ messages in thread
From: Yang Li @ 2021-02-03  2:46 UTC (permalink / raw)
  To: agross
  Cc: bjorn.andersson, ohad, linux-arm-msm, linux-remoteproc,
	linux-kernel, Yang Li

Eliminate the following coccicheck warning:
./drivers/remoteproc/qcom_wcnss.c:573:2-3: Unneeded semicolon

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
---
 drivers/remoteproc/qcom_wcnss.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/remoteproc/qcom_wcnss.c b/drivers/remoteproc/qcom_wcnss.c
index f958542..2a6a23c 100644
--- a/drivers/remoteproc/qcom_wcnss.c
+++ b/drivers/remoteproc/qcom_wcnss.c
@@ -570,7 +570,7 @@ static int wcnss_probe(struct platform_device *pdev)
 	if (IS_ERR(mmio)) {
 		ret = PTR_ERR(mmio);
 		goto free_rproc;
-	};
+	}
 
 	ret = wcnss_alloc_memory_region(wcnss);
 	if (ret)
-- 
1.8.3.1


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

* Re: [PATCH] remoteproc: qcom_wcnss: remove unneeded semicolon
  2021-02-03  2:46 [PATCH] remoteproc: qcom_wcnss: remove unneeded semicolon Yang Li
@ 2021-02-09 17:40 ` patchwork-bot+linux-remoteproc
  2021-03-01 19:59 ` patchwork-bot+linux-arm-msm
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+linux-remoteproc @ 2021-02-09 17:40 UTC (permalink / raw)
  To: Yang Li; +Cc: linux-remoteproc

Hello:

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

On Wed,  3 Feb 2021 10:46:42 +0800 you wrote:
> Eliminate the following coccicheck warning:
> ./drivers/remoteproc/qcom_wcnss.c:573:2-3: Unneeded semicolon
> 
> Reported-by: Abaci Robot <abaci@linux.alibaba.com>
> Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
> ---
>  drivers/remoteproc/qcom_wcnss.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Here is the summary with links:
  - remoteproc: qcom_wcnss: remove unneeded semicolon
    https://git.kernel.org/andersson/remoteproc/c/9a1d27148543

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

* Re: [PATCH] remoteproc: qcom_wcnss: remove unneeded semicolon
  2021-02-03  2:46 [PATCH] remoteproc: qcom_wcnss: remove unneeded semicolon Yang Li
  2021-02-09 17:40 ` patchwork-bot+linux-remoteproc
@ 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: Yang Li; +Cc: linux-arm-msm

Hello:

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

On Wed,  3 Feb 2021 10:46:42 +0800 you wrote:
> Eliminate the following coccicheck warning:
> ./drivers/remoteproc/qcom_wcnss.c:573:2-3: Unneeded semicolon
> 
> Reported-by: Abaci Robot <abaci@linux.alibaba.com>
> Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
> ---
>  drivers/remoteproc/qcom_wcnss.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Here is the summary with links:
  - remoteproc: qcom_wcnss: remove unneeded semicolon
    https://git.kernel.org/qcom/c/9a1d27148543

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:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-03  2:46 [PATCH] remoteproc: qcom_wcnss: remove unneeded semicolon Yang Li
2021-02-09 17:40 ` patchwork-bot+linux-remoteproc
2021-03-01 19:59 ` patchwork-bot+linux-arm-msm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.