From d8795af232faee91f409d7a9a7a0002396e167c7 Mon Sep 17 00:00:00 2001 From: Uwe Kleine-König Date: Mon, 5 Oct 2015 21:05:16 +0200 Subject: rt-migrate-test: remove space before \n This fixes a checkpatch warning WARNING: unnecessary whitespace before a quoted newline Signed-off-by: John Kacur --- src/rt-migrate-test/rt-migrate-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rt-migrate-test/rt-migrate-test.c b/src/rt-migrate-test/rt-migrate-test.c index 85a78da..d7b68dd 100644 --- a/src/rt-migrate-test/rt-migrate-test.c +++ b/src/rt-migrate-test/rt-migrate-test.c @@ -178,7 +178,7 @@ static void usage(char **argv) printf("%s %1.2f\n", p, VERSION); printf("Usage:\n" "%s nr_tasks\n\n" - "-p prio --prio prio base priority to start RT tasks with (2) \n" + "-p prio --prio prio base priority to start RT tasks with (2)\n" "-r time --run-time time Run time (ms) to busy loop the threads (20)\n" "-s time --sleep-time time Sleep time (ms) between intervals (100)\n" "-m time --maxerr time Max allowed error (microsecs)\n" -- cgit 1.2.3-korg