* [PATCH linux-next] tools/rv: Remove unneeded semicolon
@ 2022-12-19 6:31 zhang.songyi
2022-12-20 16:40 ` Daniel Bristot de Oliveira
0 siblings, 1 reply; 2+ messages in thread
From: zhang.songyi @ 2022-12-19 6:31 UTC (permalink / raw)
To: bristot; +Cc: rostedt, zhang.songyi, linux-trace-devel, linux-kernel
From: zhang songyi <zhang.songyi@zte.com.cn>
The semicolon after the "}" is unneeded.
Signed-off-by: zhang songyi <zhang.songyi@zte.com.cn>
---
tools/verification/rv/src/in_kernel.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/verification/rv/src/in_kernel.c b/tools/verification/rv/src/in_kernel.c
index 50848d79b38b..ad28582bcf2b 100644
--- a/tools/verification/rv/src/in_kernel.c
+++ b/tools/verification/rv/src/in_kernel.c
@@ -519,7 +519,7 @@ static void ikm_usage_print_reactors(void)
start = ++end;
end = strstr(start, "\n");
- };
+ }
fprintf(stderr, "\n");
}
--
2.15.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH linux-next] tools/rv: Remove unneeded semicolon
2022-12-19 6:31 [PATCH linux-next] tools/rv: Remove unneeded semicolon zhang.songyi
@ 2022-12-20 16:40 ` Daniel Bristot de Oliveira
0 siblings, 0 replies; 2+ messages in thread
From: Daniel Bristot de Oliveira @ 2022-12-20 16:40 UTC (permalink / raw)
To: zhang.songyi; +Cc: rostedt, linux-trace-devel, linux-kernel
On 12/19/22 07:31, zhang.songyi@zte.com.cn wrote:
> From: zhang songyi <zhang.songyi@zte.com.cn>
>
> The semicolon after the "}" is unneeded.
>
> Signed-off-by: zhang songyi <zhang.songyi@zte.com.cn>
Acked-by: Daniel Bristot de Oliveira <bristot@kernel.org>
-- Daniel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-12-20 16:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-19 6:31 [PATCH linux-next] tools/rv: Remove unneeded semicolon zhang.songyi
2022-12-20 16:40 ` Daniel Bristot de Oliveira
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).