Commit a37380ef authored by zhang songyi's avatar zhang songyi Committed by Steven Rostedt (Google)

tools/rv: Remove unneeded semicolon

The semicolon after the "}" is unneeded.

Link: https://lore.kernel.org/linux-trace-devel/202212191431057948891@zte.com.cnSigned-off-by: default avatarzhang songyi <zhang.songyi@zte.com.cn>
Acked-by: default avatarDaniel Bristot de Oliveira <bristot@kernel.org>
Signed-off-by: default avatarSteven Rostedt (Google) <rostedt@goodmis.org>
parent 6d796c50
......@@ -519,7 +519,7 @@ static void ikm_usage_print_reactors(void)
start = ++end;
end = strstr(start, "\n");
};
}
fprintf(stderr, "\n");
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment