Re: [PATCH linux-next] ps3: remove unneeded semicolon

2022-03-12 Thread Michael Ellerman
On Thu, 19 Aug 2021 19:49:01 -0700, jing yangyang wrote: > Eliminate the following coccicheck warning: > > ./arch/powerpc/platforms/ps3/system-bus.c:606:2-3: Unneeded semicolon > ./arch/powerpc/platforms/ps3/system-bus.c:765:2-3: Unneeded semicolon > > Applied to powerpc/next. [1/1] ps3: remov

[PATCH linux-next] ps3: remove unneeded semicolon

2021-08-19 Thread jing yangyang
Eliminate the following coccicheck warning: ./arch/powerpc/platforms/ps3/system-bus.c:606:2-3: Unneeded semicolon ./arch/powerpc/platforms/ps3/system-bus.c:765:2-3: Unneeded semicolon Reported-by: Zeal Robot Signed-off-by: jing yangyang --- arch/powerpc/platforms/ps3/system-bus.c | 4 ++-- 1 f