Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754495AbbK3PGX (ORCPT ); Mon, 30 Nov 2015 10:06:23 -0500 Received: from smtprelay0201.hostedemail.com ([216.40.44.201]:40466 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754071AbbK3PGW (ORCPT ); Mon, 30 Nov 2015 10:06:22 -0500 X-Session-Marker: 726F737465647440676F6F646D69732E6F7267 X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,rostedt@goodmis.org,:::::::::::,RULES_HIT:41:355:379:541:599:800:960:973: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:2689:3138:3139:3140:3141:3142:3352:3622:3865:3867:3868:4321:4362:5007:6261:7875:7903:8784:9040:10004:10400:10848:10967:11026:11232:11473:11658:11914:12043:12296:12438:12517:12519:12555:12740:13069:13311:13357:14096:14097:14659:21080:30036:30054:30090:30091,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:fn,MSBL:0,DNSBL:none,Custom_rules:0:0:0,LFtime:3,LUA_SUMMARY:none X-HE-Tag: paste45_8e7cb76f7f249 X-Filterd-Recvd-Size: 1827 Date: Mon, 30 Nov 2015 10:06:18 -0500 From: Steven Rostedt To: Li Bin Cc: , , , , Subject: Re: [PATCH v2] ftrace: fix a typo in comment Message-ID: <20151130100618.7da417c0@gandalf.local.home> In-Reply-To: <1448879016-8659-1-git-send-email-huawei.libin@huawei.com> References: <1448879016-8659-1-git-send-email-huawei.libin@huawei.com> X-Mailer: Claws Mail 3.13.0 (GTK+ 2.24.28; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1159 Lines: 34 On Mon, 30 Nov 2015 18:23:36 +0800 Li Bin wrote: > s/ARCH_SUPPORT_FTARCE_OPS/ARCH_SUPPORTS_FTRACE_OPS Thanks! I'll add this to my queue for 4.5. -- Steve > > Signed-off-by: Li Bin > --- > kernel/trace/ftrace.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/kernel/trace/ftrace.c b/kernel/trace/ftrace.c > index 3f743b1..0033e05 100644 > --- a/kernel/trace/ftrace.c > +++ b/kernel/trace/ftrace.c > @@ -5195,7 +5195,7 @@ out: > * being NULL, or CONFIG_DYNAMIC_FTRACE_WITH_REGS. > * Note, CONFIG_DYNAMIC_FTRACE_WITH_REGS expects a full regs to be saved. > * An architecture can pass partial regs with ftrace_ops and still > - * set the ARCH_SUPPORT_FTARCE_OPS. > + * set the ARCH_SUPPORTS_FTRACE_OPS. > */ > #if ARCH_SUPPORTS_FTRACE_OPS > static void ftrace_ops_list_func(unsigned long ip, unsigned long parent_ip, -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/