Re: [PATCH -next] pinctrl: armada-37xx: remove unneeded semicolon

From: Gregory CLEMENT
Date: Fri Oct 25 2019 - 05:31:45 EST


YueHaibing <yuehaibing@xxxxxxxxxx> writes:

> Remove unneeded semicolon.
> This is detected by coccinelle.
>
> Signed-off-by: YueHaibing <yuehaibing@xxxxxxxxxx>

I am against this patch, I don't see any value of this change. It will
only make backporting future fix more difficult and will obscurate the
git blame.

I could see the interest of scripts/coccinelle/misc/semicolon.cocci
when submitting new code, but not for existing code.

Gregory

> ---
> drivers/pinctrl/mvebu/pinctrl-armada-37xx.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c b/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c
> index 9df4277..fd32989 100644
> --- a/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c
> +++ b/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c
> @@ -733,7 +733,7 @@ static int armada_37xx_irqchip_register(struct platform_device *pdev,
> ret = 0;
> break;
> }
> - };
> + }
> if (ret) {
> dev_err(dev, "no gpio-controller child node\n");
> return ret;
> @@ -800,7 +800,7 @@ static int armada_37xx_gpiochip_register(struct platform_device *pdev,
> ret = 0;
> break;
> }
> - };
> + }
> if (ret)
> return ret;
>
> --
> 2.7.4
>
>

--
Gregory Clement, Bootlin
Embedded Linux and Kernel engineering
http://bootlin.com