Re: [PATCH] MIPS: malta-time: remove unneeded semicolon

2021-02-03 Thread Thomas Bogendoerfer
On Tue, Feb 02, 2021 at 10:52:29AM +0800, Yang Li wrote: > Eliminate the following coccicheck warning: > ./arch/mips/mti-malta/malta-time.c:141:2-3: Unneeded semicolon > > Reported-by: Abaci Robot > Signed-off-by: Yang Li > --- > arch/mips/mti-malta/malta-time.c | 2 +- > 1 file changed, 1

[PATCH] MIPS: malta-time: remove unneeded semicolon

2021-02-01 Thread Yang Li
Eliminate the following coccicheck warning: ./arch/mips/mti-malta/malta-time.c:141:2-3: Unneeded semicolon Reported-by: Abaci Robot Signed-off-by: Yang Li --- arch/mips/mti-malta/malta-time.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/mips/mti-malta/malta-time.c