Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1279756
| Path | csiph.com!eternal-september.org!feeder.eternal-september.org!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Li Bin <huawei.libin@huawei.com> |
| Newsgroups | linux.kernel |
| Subject | [PATCH v2] ftrace: fix a typo in comment |
| Date | Mon, 30 Nov 2015 11:30:02 +0100 |
| Message-ID | <qAtSy-2jv-15@gated-at.bofh.it> (permalink) |
| X-Original-To | <rostedt@goodmis.org>, <mingo@redhat.com> |
| X-Mailer | git-send-email 1.7.1 |
| MIME-Version | 1.0 |
| Content-Type | text/plain |
| X-Originating-IP | [10.175.100.166] |
| X-Cfilter-Loop | Reflected |
| X-Mirapoint-Virus-Rapid-Raw | score=unknown(0), refid=str=0001.0A090204.565C2416.0095,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0, ip=0.0.0.0, so=2013-05-26 15:14:31, dmn=2013-03-21 17:37:32 |
| X-Mirapoint-Loop-ID | 103035158200d192ec6988b210223a1c |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 28 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | <linux-kernel@vger.kernel.org>, <dk@syse.no>, <guohanjun@huawei.com>, <xiexiuqi@huawei.com>, <huawei.libin@huawei.com> |
| X-Original-Date | Mon, 30 Nov 2015 18:23:36 +0800 |
| X-Original-Message-ID | <1448879016-8659-1-git-send-email-huawei.libin@huawei.com> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1279756 |
Show key headers only | View raw
s/ARCH_SUPPORT_FTARCE_OPS/ARCH_SUPPORTS_FTRACE_OPS Signed-off-by: Li Bin <huawei.libin@huawei.com> --- 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, -- 1.7.1 -- 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/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v2] ftrace: fix a typo in comment Li Bin <huawei.libin@huawei.com> - 2015-11-30 11:30 +0100 Re: [PATCH v2] ftrace: fix a typo in comment Steven Rostedt <rostedt@goodmis.org> - 2015-11-30 16:10 +0100
csiph-web