summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2015-10-05 21:05:16 +0200
committerJohn Kacur <jkacur@redhat.com>2015-10-06 11:27:09 +0200
commitd8795af232faee91f409d7a9a7a0002396e167c7 (patch)
treeee31653a247186f66af4c4c678f60ef7df51a241
parent7faa666c373ff91657849554bba1c3450cd21932 (diff)
downloadrt-tests-d8795af232faee91f409d7a9a7a0002396e167c7.tar.gz
rt-migrate-test: remove space before \n
This fixes a checkpatch warning WARNING: unnecessary whitespace before a quoted newline Signed-off-by: John Kacur <jkacur@redhat.com>
-rw-r--r--src/rt-migrate-test/rt-migrate-test.c2
1 files changed, 1 insertions, 1 deletions
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 <options> 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"