Re: [PATCH] selftests: timers: Remove unneeded semicolon

2024-10-14 Thread Shuah Khan
On 10/11/24 18:47, John Stultz wrote: On Fri, Oct 11, 2024 at 4:00 PM Shuah Khan wrote: On 10/10/24 01:37, Chen Ni wrote: Remove unnecessary semicolons reported by Coccinelle/coccicheck and the semantic patch at scripts/coccinelle/misc/semicolon.cocci. Signed-off-by: Chen Ni --- tools/te

Re: [PATCH] selftests: timers: Remove unneeded semicolon

2024-10-11 Thread John Stultz
On Fri, Oct 11, 2024 at 4:00 PM Shuah Khan wrote: > > On 10/10/24 01:37, Chen Ni wrote: > > Remove unnecessary semicolons reported by Coccinelle/coccicheck and the > > semantic patch at scripts/coccinelle/misc/semicolon.cocci. > > > > Signed-off-by: Chen Ni > > --- > > tools/testing/selftests/t

Re: [PATCH] selftests: timers: Remove unneeded semicolon

2024-10-11 Thread Shuah Khan
On 10/10/24 01:37, Chen Ni wrote: Remove unnecessary semicolons reported by Coccinelle/coccicheck and the semantic patch at scripts/coccinelle/misc/semicolon.cocci. Signed-off-by: Chen Ni --- tools/testing/selftests/timers/set-timer-lat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[PATCH] selftests: timers: Remove unneeded semicolon

2024-10-10 Thread Chen Ni
Remove unnecessary semicolons reported by Coccinelle/coccicheck and the semantic patch at scripts/coccinelle/misc/semicolon.cocci. Signed-off-by: Chen Ni --- tools/testing/selftests/timers/set-timer-lat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/testing/selftests

Re: [PATCH] selftests/timers: remove unneeded semicolon

2021-03-26 Thread Shuah Khan
On 3/9/21 12:49 AM, Jiapeng Chong wrote: Fix the following coccicheck warnings: ./tools/testing/selftests/timers/nanosleep.c:75:2-3: Unneeded semicolon Reported-by: Abaci Robot Signed-off-by: Jiapeng Chong --- tools/testing/selftests/timers/nanosleep.c | 2 +- 1 file changed, 1 insertion(+

Re: [PATCH] selftests: timers: remove unneeded semicolon

2021-03-15 Thread John Stultz
On Mon, Mar 15, 2021 at 1:08 AM Jiapeng Chong wrote: > > Fix the following coccicheck warnings: > > ./tools/testing/selftests/timers/inconsistency-check.c:75:2-3: Unneeded > semicolon. > > Reported-by: Abaci Robot > Signed-off-by: Jiapeng Chong No objection here. Thanks for sending this along.

[PATCH] selftests: timers: remove unneeded semicolon

2021-03-15 Thread Jiapeng Chong
Fix the following coccicheck warnings: ./tools/testing/selftests/timers/inconsistency-check.c:75:2-3: Unneeded semicolon. Reported-by: Abaci Robot Signed-off-by: Jiapeng Chong --- tools/testing/selftests/timers/inconsistency-check.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -

[PATCH] selftests/timers: remove unneeded semicolon

2021-03-08 Thread Jiapeng Chong
Fix the following coccicheck warnings: ./tools/testing/selftests/timers/nanosleep.c:75:2-3: Unneeded semicolon Reported-by: Abaci Robot Signed-off-by: Jiapeng Chong --- tools/testing/selftests/timers/nanosleep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/testing/

[PATCH] selftests/timers: remove unneeded semicolon

2021-02-24 Thread Jiapeng Chong
Fix the following coccicheck warnings: ./tools/testing/selftests/timers/nsleep-lat.c:75:2-3: Unneeded semicolon. Reported-by: Abaci Robot Signed-off-by: Jiapeng Chong --- tools/testing/selftests/timers/nsleep-lat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/testi

[PATCH] selftests: timers: remove unneeded semicolon

2021-02-22 Thread Jiapeng Chong
Fix the following coccicheck warnings: ./tools/testing/selftests/timers/alarmtimer-suspend.c:82:2-3: Unneeded semicolon. Reported-by: Abaci Robot Signed-off-by: Jiapeng Chong --- tools/testing/selftests/timers/alarmtimer-suspend.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --g