[PATCH linux-next] tools/rv: Remove unneeded semicolon

From: zhang.songyi
Date: Mon Dec 19 2022 - 01:31:29 EST


From: zhang songyi <zhang.songyi@xxxxxxxxxx>

The semicolon after the "}" is unneeded.

Signed-off-by: zhang songyi <zhang.songyi@xxxxxxxxxx>
---
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