From: John Kacur <jkacur@redhat.com>
To: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
Cc: linux-rt-users@vger.kernel.org, williams@redhat.com
Subject: Re: [PATCH rt-tests 2/3] rt-migrate-test: remove space before \n
Date: Tue, 6 Oct 2015 09:04:43 +0200 (CEST) [thread overview]
Message-ID: <alpine.LFD.2.20.1510060904240.14006@riemann> (raw)
In-Reply-To: <1444071917-1450-2-git-send-email-u.kleine-koenig@pengutronix.de>
[-- Attachment #1: Type: text/plain, Size: 1109 bytes --]
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@redhat.com>
next prev parent reply other threads:[~2015-10-06 7:04 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-05 19:05 [PATCH rt-tests 1/3] all programs apart from sendme use pthreads so skip them on NPTL!=yes Uwe Kleine-König
2015-10-05 19:05 ` [PATCH rt-tests 2/3] rt-migrate-test: remove space before \n Uwe Kleine-König
2015-10-06 7:04 ` John Kacur [this message]
2015-10-05 19:05 ` [PATCH rt-tests 3/3] remove license info containing an old FSF address Uwe Kleine-König
2015-10-05 19:52 ` John Kacur
2015-10-06 7:01 ` Uwe Kleine-König
2015-10-05 19:50 ` [PATCH rt-tests 1/3] all programs apart from sendme use pthreads so skip them on NPTL!=yes John Kacur
2015-10-06 6:43 ` [PATCH rt-tests] drop compiling without NPTL support Uwe Kleine-König
2015-10-06 6:49 ` John Kacur
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=alpine.LFD.2.20.1510060904240.14006@riemann \
--to=jkacur@redhat.com \
--cc=linux-rt-users@vger.kernel.org \
--cc=u.kleine-koenig@pengutronix.de \
--cc=williams@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).