Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1543025
| From | Davidlohr Bueso <dave@stgolabs.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] perf bench futex: Fix lock-pi help string |
| Date | 2016-12-15 21:00 +0100 |
| Message-ID | <sOKmb-1u7-19@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] perf bench futex: Fix lock-pi help string Davidlohr Bueso <dave@stgolabs.net> - 2016-12-15 21:00 +0100 Re: [PATCH] perf bench futex: Fix lock-pi help string Arnaldo Carvalho de Melo <acme@kernel.org> - 2016-12-16 15:10 +0100 [tip:perf/urgent] perf bench futex: Fix lock-pi help string tip-bot for Davidlohr Bueso <tipbot@zytor.com> - 2016-12-20 20:40 +0100
csiph-web