From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751630AbdF0Oyu (ORCPT ); Tue, 27 Jun 2017 10:54:50 -0400 Received: from mail.kernel.org ([198.145.29.99]:41548 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751479AbdF0Oyo (ORCPT ); Tue, 27 Jun 2017 10:54:44 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E2CB522B5C Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=acme@kernel.org Date: Tue, 27 Jun 2017 11:54:41 -0300 From: Arnaldo Carvalho de Melo To: Colin King Cc: Peter Zijlstra , Ingo Molnar , Alexander Shishkin , Dan Carpenter , Stephane Eranian , linux-kernel@vger.kernel.org Subject: Re: [PATCH] perf jit: fix typo: "incalid" -> "invalid" Message-ID: <20170627145441.GB16387@kernel.org> References: <20170627124917.19151-1-colin.king@canonical.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170627124917.19151-1-colin.king@canonical.com> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.8.0 (2017-02-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Tue, Jun 27, 2017 at 01:49:17PM +0100, Colin King escreveu: > From: Colin Ian King > > Trivial fix to typo in mlx4_dbg warnx warning message Was this coccinele'd or otherwise automated? Would be nice to have this described in the cset log, I'm replacing mlx4_dbg() with jvmti_close() on this one, thanks, - Arnaldo > Signed-off-by: Colin Ian King > --- > tools/perf/jvmti/jvmti_agent.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tools/perf/jvmti/jvmti_agent.c b/tools/perf/jvmti/jvmti_agent.c > index e9651a9d670e..cf36de7ea255 100644 > --- a/tools/perf/jvmti/jvmti_agent.c > +++ b/tools/perf/jvmti/jvmti_agent.c > @@ -304,7 +304,7 @@ jvmti_close(void *agent) > FILE *fp = agent; > > if (!fp) { > - warnx("jvmti: incalid fd in close_agent"); > + warnx("jvmti: invalid fd in close_agent"); > return -1; > } > > -- > 2.11.0