Re: [PATCH] m68k: Remove unneeded semicolon

2021-04-15 Thread Geert Uytterhoeven
On Thu, Apr 15, 2021 at 5:15 AM Wan Jiabing wrote: > Fix the following coccicheck warning: > > ./arch/m68k/include/asm/sun3xflop.h:109:2-3: Unneeded semicolon > > Signed-off-by: Wan Jiabing Reviewed-by: Geert Uytterhoeven i.e. will queue in the m68k for-v5.14 branch. Gr{oetje,eeting}s,

[PATCH] m68k: Remove unneeded semicolon

2021-04-14 Thread Wan Jiabing
Fix the following coccicheck warning: ./arch/m68k/include/asm/sun3xflop.h:109:2-3: Unneeded semicolon Signed-off-by: Wan Jiabing --- arch/m68k/include/asm/sun3xflop.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/m68k/include/asm/sun3xflop.h