Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1279726 > unrolled thread

[PATCH] ftrace: fix a typo in comment

Started byLi Bin <huawei.libin@huawei.com>
First post2015-11-30 10:30 +0100
Last post2015-11-30 16:10 +0100
Articles 4 — 4 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] ftrace: fix a typo in comment Li Bin <huawei.libin@huawei.com> - 2015-11-30 10:30 +0100
    Re: [PATCH] ftrace: fix a typo in comment "Daniel K." <dk@syse.no> - 2015-11-30 11:00 +0100
      Re: [PATCH] ftrace: fix a typo in comment libin <huawei.libin@huawei.com> - 2015-11-30 11:30 +0100
    Re: [PATCH] ftrace: fix a typo in comment Steven Rostedt <rostedt@goodmis.org> - 2015-11-30 16:10 +0100

#1279726 — [PATCH] ftrace: fix a typo in comment

FromLi Bin <huawei.libin@huawei.com>
Date2015-11-30 10:30 +0100
Subject[PATCH] ftrace: fix a typo in comment
Message-ID<qAsWu-1JR-19@gated-at.bofh.it>
s/ARCH_SUPPORT_FTARCE_OPS/ARCH_SUPPORTS_FTARCE_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..eb4a881 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_FTARCE_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/

[toc] | [next] | [standalone]


#1279741

From"Daniel K." <dk@syse.no>
Date2015-11-30 11:00 +0100
Message-ID<qAtpx-1UE-11@gated-at.bofh.it>
In reply to#1279726
On 11/30/2015 09:24 AM, Li Bin wrote:
> s/ARCH_SUPPORT_FTARCE_OPS/ARCH_SUPPORTS_FTARCE_OPS

How about s/FTARCE/FTRACE/ as well?


Daniel K.

--
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/

[toc] | [prev] | [next] | [standalone]


#1279753

Fromlibin <huawei.libin@huawei.com>
Date2015-11-30 11:30 +0100
Message-ID<qAtSy-2jv-11@gated-at.bofh.it>
In reply to#1279741
Sorry for my mistake. And please ignore this patch.

Thanks,
Li Bin

on 2015/11/30 17:53, Daniel K. wrote:
> On 11/30/2015 09:24 AM, Li Bin wrote:
>> s/ARCH_SUPPORT_FTARCE_OPS/ARCH_SUPPORTS_FTARCE_OPS
> How about s/FTARCE/FTRACE/ as well?
>
>
> Daniel K.
>
>
>


--
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/

[toc] | [prev] | [next] | [standalone]


#1279960

FromSteven Rostedt <rostedt@goodmis.org>
Date2015-11-30 16:10 +0100
Message-ID<qAyfv-5eb-7@gated-at.bofh.it>
In reply to#1279726
On Mon, 30 Nov 2015 17:24:28 +0800
Li Bin <huawei.libin@huawei.com> wrote:

> s/ARCH_SUPPORT_FTARCE_OPS/ARCH_SUPPORTS_FTARCE_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..eb4a881 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_FTARCE_OPS.

Nice, except can you change the typo of s/FTARCE/FTRACE/ too ;-) 

Although I have to admit that FTRACE is sometimes F'ng Tarce!

-- Steve

>   */
>  #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/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web