Skip to content

Commit a37380e

Browse files
zhang songyirostedt
authored andcommitted
tools/rv: Remove unneeded semicolon
The semicolon after the "}" is unneeded. Link: https://lore.kernel.org/linux-trace-devel/[email protected] Signed-off-by: zhang songyi <[email protected]> Acked-by: Daniel Bristot de Oliveira <[email protected]> Signed-off-by: Steven Rostedt (Google) <[email protected]>
1 parent 6d796c5 commit a37380e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/verification/rv/src/in_kernel.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ static void ikm_usage_print_reactors(void)
519519

520520
start = ++end;
521521
end = strstr(start, "\n");
522-
};
522+
}
523523

524524
fprintf(stderr, "\n");
525525
}

0 commit comments

Comments
 (0)