[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20161216140453.GL6866@kernel.org>
Date: Fri, 16 Dec 2016 11:04:53 -0300
From: Arnaldo Carvalho de Melo <acme@...nel.org>
To: Davidlohr Bueso <dave@...olabs.net>
Cc: linux-kernel@...r.kernel.org, Davidlohr Bueso <dbueso@...e.de>
Subject: Re: [PATCH] perf bench futex: Fix lock-pi help string
Em Thu, Dec 15, 2016 at 11:36:24AM -0800, Davidlohr Bueso escreveu:
> Obvious copy/paste typo from the requeue program.
Thanks, applied.
> Signed-off-by: Davidlohr Bueso <dbueso@...e.de>
> ---
> tools/perf/bench/futex-lock-pi.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/perf/bench/futex-lock-pi.c b/tools/perf/bench/futex-lock-pi.c
> index 465012b320ee..6d9d6c40a916 100644
> --- a/tools/perf/bench/futex-lock-pi.c
> +++ b/tools/perf/bench/futex-lock-pi.c
> @@ -48,7 +48,7 @@ static const struct option options[] = {
> };
>
> static const char * const bench_futex_lock_pi_usage[] = {
> - "perf bench futex requeue <options>",
> + "perf bench futex lock-pi <options>",
> NULL
> };
>
> --
> 2.6.6
Powered by blists - more mailing lists