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

* Re: [PATCH -next] i2c: sh_mobile: remove unneeded semicolon
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2022-01-10 10:42 UTC (permalink / raw)
  To: Yang Li
  Cc: Wolfram Sang, Linux-Renesas, Linux I2C,
	Linux Kernel Mailing List, Abaci Robot

On Sat, Jan 8, 2022 at 9:55 PM Yang Li <yang.lee@linux.alibaba.com> wrote:
> 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>

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

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

* Re: [PATCH -next] i2c: sh_mobile: remove unneeded semicolon
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Wolfram Sang @ 2022-01-11 20:11 UTC (permalink / raw)
  To: Yang Li; +Cc: linux-renesas-soc, linux-i2c, linux-kernel, Abaci Robot

[-- Attachment #1: Type: text/plain, Size: 320 bytes --]

On Sat, Jan 08, 2022 at 01:41:09PM +0800, Yang Li wrote:
> 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>

Applied to for-next, thanks!


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[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.