From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755489AbeEaPVC (ORCPT ); Thu, 31 May 2018 11:21:02 -0400 Received: from smtprelay0106.hostedemail.com ([216.40.44.106]:57608 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1755373AbeEaPVB (ORCPT ); Thu, 31 May 2018 11:21:01 -0400 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,joe@perches.com,:::::::,RULES_HIT:41:355:379:541:599:968:988:989:1260:1277:1311:1313:1314:1345:1359:1437:1515:1516:1518:1534:1540:1593:1594:1711:1730:1747:1777:1792:2393:2553:2559:2562:2828:2895:3138:3139:3140:3141:3142:3352:3622:3865:3866:3867:3871:3872:3873:4321:4384:5007:7903:10004:10400:10848:11026:11232:11658:11914:12296:12438:12740:12760:12895:13069:13311:13357:13439:14659:14721:21080:21627:30054:30070:30090:30091,0,RBL:47.151.150.235:@perches.com:.lbl8.mailshell.net-62.8.0.100 64.201.201.201,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:fn,MSBL:0,DNSBL:neutral,Custom_rules:0:0:0,LFtime:28,LUA_SUMMARY:none X-HE-Tag: coach97_8ae5e0c42800 X-Filterd-Recvd-Size: 1850 Message-ID: <64b8dfb76df41105954daf0d98427a4641ba8f04.camel@perches.com> Subject: Re: [PATCH] ftrace: use non-archaic spelling of failes From: Joe Perches To: Thadeu Lima de Souza Cascardo Cc: linux-kernel@vger.kernel.org, rostedt@goodmis.org, mingo@redhat.com Date: Thu, 31 May 2018 08:20:57 -0700 In-Reply-To: <20180531151653.GA3903@calabresa> References: <20180531121701.8972-1-cascardo@canonical.com> <993c7040bd1e5251abd70ff3aa7e3141f28b3505.camel@perches.com> <20180531151653.GA3903@calabresa> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.28.1-2 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2018-05-31 at 12:16 -0300, Thadeu Lima de Souza Cascardo wrote: > On Thu, May 31, 2018 at 08:15:45AM -0700, Joe Perches wrote: > > On Thu, 2018-05-31 at 09:17 -0300, Thadeu Lima de Souza Cascardo wrote: > > > diff --git a/kernel/trace/ftrace.c b/kernel/trace/ftrace.c > > [] > > > @@ -4788,7 +4788,7 @@ ftrace_set_addr(struct ftrace_ops *ops, unsigned long ip, int remove, > > > * @reset - non zero to reset all filters before applying this filter. > > > * > > > * Filters denote which functions should be enabled when tracing is enabled > > > - * If @ip is NULL, it failes to update filter. > > > + * If @ip is NULL, it fails to update filter. > > > */ > > > int ftrace_set_filter_ip(struct ftrace_ops *ops, unsigned long ip, > > > int remove, int reset) > > > > Perhaps fix it treewide? > > > > $ git grep -w -i failes | wc -l > > 8 > > I sent patches to the respective maintainers for all of these. Great, thank you.