2022-01-08 05:41:18

by Yang Li

[permalink] [raw]
Subject: [PATCH -next] i2c: sh_mobile: remove unneeded semicolon

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

Reported-by: Abaci Robot <[email protected]>
Signed-off-by: Yang Li <[email protected]>
---
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



2022-01-10 10:43:20

by Geert Uytterhoeven

[permalink] [raw]
Subject: Re: [PATCH -next] i2c: sh_mobile: remove unneeded semicolon

On Sat, Jan 8, 2022 at 9:55 PM Yang Li <[email protected]> wrote:
> Eliminate the following coccicheck warning:
> ./drivers/i2c/busses/i2c-sh_mobile.c:849:3-4: Unneeded semicolon
>
> Reported-by: Abaci Robot <[email protected]>
> Signed-off-by: Yang Li <[email protected]>

Reviewed-by: Geert Uytterhoeven <[email protected]>

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected]

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

2022-01-11 20:11:59

by Wolfram Sang

[permalink] [raw]
Subject: Re: [PATCH -next] i2c: sh_mobile: remove unneeded semicolon

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 <[email protected]>
> Signed-off-by: Yang Li <[email protected]>

Applied to for-next, thanks!


Attachments:
(No filename) (311.00 B)
signature.asc (833.00 B)
Download all attachments