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

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.