> -----Original Message-----
> From: kbuild test robot [mailto:[email protected]]
> Sent: Thursday, October 27, 2016 8:27 PM
> To: Vadim Pasternak <[email protected]>
> Cc: [email protected]; [email protected]; [email protected];
> [email protected]; [email protected]; [email protected];
> [email protected]; [email protected]; [email protected];
> [email protected]; [email protected]; platform-driver-
> [email protected]; [email protected]; [email protected];
> Vadim Pasternak <[email protected]>
> Subject: [PATCH] drivers/platform/x86: fix semicolon.cocci warnings
> 
> drivers/platform/x86/mlx-platform.c:219:2-3: Unneeded semicolon
> 
> 
>  Remove unneeded semicolon.
> 
> Generated by: scripts/coccinelle/misc/semicolon.cocci
> 
> CC: Vadim Pasternak <[email protected]>
> Signed-off-by: Fengguang Wu <[email protected]>
> ---
> 
>  mlx-platform.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> --- a/drivers/platform/x86/mlx-platform.c
> +++ b/drivers/platform/x86/mlx-platform.c
> @@ -216,7 +216,7 @@ static int __init mlxplat_init(void)
>       if (IS_ERR(priv->pdev_i2c)) {
>               err = PTR_ERR(priv->pdev_i2c);
>               goto fail_alloc;
> -     };
> +     }

Acked-by: Vadim Pasternak <[email protected]>

> 
>       for (i = 0; i < ARRAY_SIZE(mlxplat_mux_data); i++) {
>               priv->pdev_mux[i] = platform_device_register_resndata(

Reply via email to