bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] kernel: trace: uprobe:  Fix word to the correct spelling
@ 2021-01-12  4:50 Bhaskar Chowdhury
  2021-01-13  0:42 ` Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Bhaskar Chowdhury @ 2021-01-12  4:50 UTC (permalink / raw)
  To: rostedt, mingo, ast, daniel, andrii, kafai, songliubraving, yhs,
	john.fastabend, kpsingh, linux-kernel, netdev, bpf
  Cc: rdunlap, Bhaskar Chowdhury

s/controling/controlling/p

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 kernel/trace/trace_uprobe.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/trace/trace_uprobe.c b/kernel/trace/trace_uprobe.c
index 3cf7128e1ad3..55c6afd8cb27 100644
--- a/kernel/trace/trace_uprobe.c
+++ b/kernel/trace/trace_uprobe.c
@@ -1635,7 +1635,7 @@ void destroy_local_trace_uprobe(struct trace_event_call *event_call)
 }
 #endif /* CONFIG_PERF_EVENTS */

-/* Make a trace interface for controling probe points */
+/* Make a trace interface for controlling probe points */
 static __init int init_uprobe_trace(void)
 {
 	int ret;
--
2.26.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] kernel: trace: uprobe: Fix word to the correct spelling
  2021-01-12  4:50 [PATCH] kernel: trace: uprobe: Fix word to the correct spelling Bhaskar Chowdhury
@ 2021-01-13  0:42 ` Randy Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2021-01-13  0:42 UTC (permalink / raw)
  To: Bhaskar Chowdhury, rostedt, mingo, ast, daniel, andrii, kafai,
	songliubraving, yhs, john.fastabend, kpsingh, linux-kernel,
	netdev, bpf

On 1/11/21 8:50 PM, Bhaskar Chowdhury wrote:
> s/controling/controlling/p
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

Acked-by: Randy Dunlap <rdunlap@infradead.org>

Thanks.

> ---
>  kernel/trace/trace_uprobe.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/kernel/trace/trace_uprobe.c b/kernel/trace/trace_uprobe.c
> index 3cf7128e1ad3..55c6afd8cb27 100644
> --- a/kernel/trace/trace_uprobe.c
> +++ b/kernel/trace/trace_uprobe.c
> @@ -1635,7 +1635,7 @@ void destroy_local_trace_uprobe(struct trace_event_call *event_call)
>  }
>  #endif /* CONFIG_PERF_EVENTS */
> 
> -/* Make a trace interface for controling probe points */
> +/* Make a trace interface for controlling probe points */
>  static __init int init_uprobe_trace(void)
>  {
>  	int ret;
> --
> 2.26.2
> 


-- 
~Randy
You can't do anything without having to do something else first.
-- Belefant's Law

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-01-13  0:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-12  4:50 [PATCH] kernel: trace: uprobe: Fix word to the correct spelling Bhaskar Chowdhury
2021-01-13  0:42 ` Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).