All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] i2c: sh_mobile: remove unneeded semicolon
@ 2022-01-08  5:41 Yang Li
  2022-01-10 10:42 ` Geert Uytterhoeven
  2022-01-11 20:11 ` Wolfram Sang
  0 siblings, 2 replies; 3+ messages in thread
From: Yang Li @ 2022-01-08  5:41 UTC (permalink / raw)
  To: wsa+renesas
  Cc: linux-renesas-soc, linux-i2c, linux-kernel, Yang Li, Abaci Robot

Eliminate the following coccicheck warning:
./drivers/i2c/busses/i2c-sh_mobile.c:849:3-4: Unneeded semicolon

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

diff --git a/drivers/i2c/busses/i2c-sh_mobile.c b/drivers/i2c/busses/i2c-sh_mobile.c
index 9754849dbb23..72f024a0c363 100644
--- a/drivers/i2c/busses/i2c-sh_mobile.c
+++ b/drivers/i2c/busses/i2c-sh_mobile.c
@@ -846,7 +846,7 @@ static int sh_mobile_i2c_hook_irqs(struct platform_device *dev, struct sh_mobile
 				return ret;
 			}
 			k++;
-		};
+		}
 	} else {
 		struct resource *res;
 		resource_size_t n;
-- 
2.20.1.7.g153144c


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

end of thread, other threads:[~2022-01-11 20:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-08  5:41 [PATCH -next] i2c: sh_mobile: remove unneeded semicolon Yang Li
2022-01-10 10:42 ` Geert Uytterhoeven
2022-01-11 20:11 ` Wolfram Sang

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.