[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-9de3ffa1b714e6b8ebc1723f71bc9172a4470f7d@git.kernel.org>
Date:   Tue, 20 Dec 2016 11:29:40 -0800
From:   tip-bot for Davidlohr Bueso <tipbot@...or.com>
To:     linux-tip-commits@...r.kernel.org
Cc:     acme@...hat.com, tglx@...utronix.de, dave@...olabs.net,
        mingo@...nel.org, dbueso@...e.de, hpa@...or.com,
        linux-kernel@...r.kernel.org
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 <dave@...olabs.net>
AuthorDate: Thu, 15 Dec 2016 11:36:24 -0800
Committer:  Arnaldo Carvalho de Melo <acme@...hat.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@...e.de>
Cc: Davidlohr Bueso <dbueso@...e.de>
Link: http://lkml.kernel.org/r/1481830584-30909-1-git-send-email-dave@stgolabs.net
Signed-off-by: Arnaldo Carvalho de Melo <acme@...hat.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
 };
 
Powered by blists - more mailing lists
 
