All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] perf bench futex: Fix lock-pi help string
@ 2016-12-15 19:36 Davidlohr Bueso
  2016-12-16 14:04 ` Arnaldo Carvalho de Melo
  2016-12-20 19:29 ` [tip:perf/urgent] " tip-bot for Davidlohr Bueso
  0 siblings, 2 replies; 3+ messages in thread
From: Davidlohr Bueso @ 2016-12-15 19:36 UTC (permalink / raw)
  To: acme; +Cc: dave, linux-kernel, Davidlohr Bueso

Obvious copy/paste typo from the requeue program.

Signed-off-by: Davidlohr Bueso <dbueso@suse.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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] perf bench futex: Fix lock-pi help string
  2016-12-15 19:36 [PATCH] perf bench futex: Fix lock-pi help string Davidlohr Bueso
@ 2016-12-16 14:04 ` Arnaldo Carvalho de Melo
  2016-12-20 19:29 ` [tip:perf/urgent] " tip-bot for Davidlohr Bueso
  1 sibling, 0 replies; 3+ messages in thread
From: Arnaldo Carvalho de Melo @ 2016-12-16 14:04 UTC (permalink / raw)
  To: Davidlohr Bueso; +Cc: linux-kernel, Davidlohr Bueso

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@suse.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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [tip:perf/urgent] perf bench futex: Fix lock-pi help string
  2016-12-15 19:36 [PATCH] perf bench futex: Fix lock-pi help string Davidlohr Bueso
  2016-12-16 14:04 ` Arnaldo Carvalho de Melo
@ 2016-12-20 19:29 ` tip-bot for Davidlohr Bueso
  1 sibling, 0 replies; 3+ messages in thread
From: tip-bot for Davidlohr Bueso @ 2016-12-20 19:29 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: acme, tglx, dave, mingo, dbueso, hpa, linux-kernel

Commit-ID:  9de3ffa1b714e6b8ebc1723f71bc9172a4470f7d
Gitweb:     http://git.kernel.org/tip/9de3ffa1b714e6b8ebc1723f71bc9172a4470f7d
Author:     Davidlohr Bueso <dave@stgolabs.net>
AuthorDate: Thu, 15 Dec 2016 11:36:24 -0800
Committer:  Arnaldo Carvalho de Melo <acme@redhat.com>
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 <dbueso@suse.de>
Cc: Davidlohr Bueso <dbueso@suse.de>
Link: http://lkml.kernel.org/r/1481830584-30909-1-git-send-email-dave@stgolabs.net
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
---
 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
 };
 

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-12-20 19:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-15 19:36 [PATCH] perf bench futex: Fix lock-pi help string Davidlohr Bueso
2016-12-16 14:04 ` Arnaldo Carvalho de Melo
2016-12-20 19:29 ` [tip:perf/urgent] " tip-bot for Davidlohr Bueso

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.