Skip to content

Commit

Permalink
tools/rv: Remove unneeded semicolon
Browse files Browse the repository at this point in the history
The semicolon after the "}" is unneeded.

Link: https://lore.kernel.org/linux-trace-devel/202212191431057948891@zte.com.cn

Signed-off-by: zhang songyi <zhang.songyi@zte.com.cn>
Acked-by: Daniel Bristot de Oliveira <bristot@kernel.org>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
  • Loading branch information
zhang songyi authored and Steven Rostedt (Google) committed Feb 1, 2023
1 parent 6d796c5 commit a37380e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/verification/rv/src/in_kernel.c
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ static void ikm_usage_print_reactors(void)

start = ++end;
end = strstr(start, "\n");
};
}

fprintf(stderr, "\n");
}
Expand Down

0 comments on commit a37380e

Please sign in to comment.