On Mon, 5 Oct 2015, Uwe Kleine-König wrote: > This fixes a checkpatch warning > > WARNING: unnecessary whitespace before a quoted newline > --- > 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 85a78dab7403..d7b68ddac3e5 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" > -- > 2.1.4 > Fine, Signed-off-by: John Kacur <jkacur@xxxxxxxxxx>