linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] soc: rockchip: io-domain: Remove unneeded semicolon
@ 2021-08-19  8:29 Jiapeng Chong
  2021-08-19 23:04 ` Heiko Stuebner
  0 siblings, 1 reply; 2+ messages in thread
From: Jiapeng Chong @ 2021-08-19  8:29 UTC (permalink / raw)
  To: heiko
  Cc: lgirdwood, broonie, jay.xu, linux-arm-kernel, linux-rockchip,
	linux-kernel, Jiapeng Chong

Fix the following coccicheck warnings:

./drivers/soc/rockchip/io-domain.c:118:2-3: Unneeded semicolon.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
---
 drivers/soc/rockchip/io-domain.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/soc/rockchip/io-domain.c b/drivers/soc/rockchip/io-domain.c
index 13c446f..9df513d1 100644
--- a/drivers/soc/rockchip/io-domain.c
+++ b/drivers/soc/rockchip/io-domain.c
@@ -115,7 +115,7 @@ static int rk3568_iodomain_write(struct rockchip_iodomain_supply *supply, int uV
 		break;
 	default:
 		return -EINVAL;
-	};
+	}
 
 	return 0;
 }
-- 
1.8.3.1


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

* Re: [PATCH] soc: rockchip: io-domain: Remove unneeded semicolon
  2021-08-19  8:29 [PATCH] soc: rockchip: io-domain: Remove unneeded semicolon Jiapeng Chong
@ 2021-08-19 23:04 ` Heiko Stuebner
  0 siblings, 0 replies; 2+ messages in thread
From: Heiko Stuebner @ 2021-08-19 23:04 UTC (permalink / raw)
  To: Jiapeng Chong
  Cc: Heiko Stuebner, linux-rockchip, jay.xu, linux-kernel, lgirdwood,
	linux-arm-kernel, broonie

On Thu, 19 Aug 2021 16:29:09 +0800, Jiapeng Chong wrote:
> Fix the following coccicheck warnings:
> 
> ./drivers/soc/rockchip/io-domain.c:118:2-3: Unneeded semicolon.

Applied, thanks!

[1/1] soc: rockchip: io-domain: Remove unneeded semicolon
      commit: 9e5747c57807ad8a04c356340190cfdd0bd54111

Best regards,
-- 
Heiko Stuebner <heiko@sntech.de>

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

end of thread, other threads:[~2021-08-19 23:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-19  8:29 [PATCH] soc: rockchip: io-domain: Remove unneeded semicolon Jiapeng Chong
2021-08-19 23:04 ` Heiko Stuebner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).