lkml.org 
[lkml]   [2021]   [Feb]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH] arm: remove unneeded semicolon
    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@linux.alibaba.com>
    > Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>

    Reviewed-by: Jesper Nilsson <jesper.nilsson@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@axis.com

    \
     
     \ /
      Last update: 2021-02-02 10:14    [W:2.296 / U:0.004 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site