[PATCH] arm: remove unneeded semicolon

Jesper Nilsson Jesper.Nilsson at axis.com
Tue Feb 2 04:08:35 EST 2021


On Tue, Feb 02, 2021 at 03:02:37AM +0100, Yang Li wrote:
> Eliminate the following coccicheck warning:
> ./arch/arm/mach-artpec/board-artpec6.c:42:2-3: Unneeded semicolon
> 
> Reported-by: Abaci Robot <abaci at linux.alibaba.com>
> Signed-off-by: Yang Li <yang.lee at linux.alibaba.com>

Reviewed-by: Jesper Nilsson <jesper.nilsson at axis.com>

> ---
>  arch/arm/mach-artpec/board-artpec6.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/mach-artpec/board-artpec6.c b/arch/arm/mach-artpec/board-artpec6.c
> index d3cf3e8..c27e7bb 100644
> --- a/arch/arm/mach-artpec/board-artpec6.c
> +++ b/arch/arm/mach-artpec/board-artpec6.c
> @@ -39,7 +39,7 @@ static void __init artpec6_init_machine(void)
>  		 */
>  		regmap_write(regmap, ARTPEC6_DMACFG_REGNUM,
>  			     ARTPEC6_DMACFG_UARTS_BURST);
> -	};
> +	}
>  }
>  
>  static void artpec6_l2c310_write_sec(unsigned long val, unsigned reg)
> -- 
> 1.8.3.1
> 

/^JN - Jesper Nilsson
-- 
               Jesper Nilsson -- jesper.nilsson at axis.com



More information about the linux-arm-kernel mailing list