Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935723AbcLPOFF (ORCPT ); Fri, 16 Dec 2016 09:05:05 -0500 Received: from mail.kernel.org ([198.145.29.136]:57600 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932517AbcLPOE6 (ORCPT ); Fri, 16 Dec 2016 09:04:58 -0500 Date: Fri, 16 Dec 2016 11:04:53 -0300 From: Arnaldo Carvalho de Melo To: Davidlohr Bueso Cc: linux-kernel@vger.kernel.org, Davidlohr Bueso Subject: Re: [PATCH] perf bench futex: Fix lock-pi help string Message-ID: <20161216140453.GL6866@kernel.org> References: <1481830584-30909-1-git-send-email-dave@stgolabs.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1481830584-30909-1-git-send-email-dave@stgolabs.net> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 747 Lines: 25 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 > --- > 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 ", > + "perf bench futex lock-pi ", > NULL > }; > > -- > 2.6.6