2016-12-15 19:58:35

by Davidlohr Bueso

[permalink] [raw]
Subject: [PATCH] perf bench futex: Fix lock-pi help string

Obvious copy/paste typo from the requeue program.

Signed-off-by: Davidlohr Bueso <[email protected]>
---
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


2016-12-16 14:05:05

by Arnaldo Carvalho de Melo

[permalink] [raw]
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 <[email protected]>
> ---
> 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

Subject: [tip:perf/urgent] perf bench futex: Fix lock-pi help string

Commit-ID: 9de3ffa1b714e6b8ebc1723f71bc9172a4470f7d
Gitweb: http://git.kernel.org/tip/9de3ffa1b714e6b8ebc1723f71bc9172a4470f7d
Author: Davidlohr Bueso <[email protected]>
AuthorDate: Thu, 15 Dec 2016 11:36:24 -0800
Committer: Arnaldo Carvalho de Melo <[email protected]>
CommitDate: Tue, 20 Dec 2016 09:37:40 -0300

perf bench futex: Fix lock-pi help string

Obvious copy/paste typo from the requeue program.

Signed-off-by: Davidlohr Bueso <[email protected]>
Cc: Davidlohr Bueso <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
---
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 465012b..6d9d6c4 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
};