linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][next] trace: Fix spelling in osnoise tracer "interferences" -> "interference"
@ 2021-06-28 12:55 Colin King
  2021-06-28 13:14 ` Daniel Bristot de Oliveira
  0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2021-06-28 12:55 UTC (permalink / raw)
  To: Steven Rostedt, Ingo Molnar, Daniel Bristot de Oliveira
  Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

There is a spelling mistake in a TP_printk message, the word interferences
is not the plural of interference. Fix this.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 include/trace/events/osnoise.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/trace/events/osnoise.h b/include/trace/events/osnoise.h
index 28762c69f6c9..82f741ec0f57 100644
--- a/include/trace/events/osnoise.h
+++ b/include/trace/events/osnoise.h
@@ -129,7 +129,7 @@ TRACE_EVENT(sample_threshold,
 		__entry->interference = interference;
 	),
 
-	TP_printk("start %llu.%09u duration %llu ns interferences %llu",
+	TP_printk("start %llu.%09u duration %llu ns interference %llu",
 		__print_ns_to_secs(__entry->start),
 		__print_ns_without_secs(__entry->start),
 		__entry->duration,
-- 
2.31.1


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

* Re: [PATCH][next] trace: Fix spelling in osnoise tracer "interferences" -> "interference"
  2021-06-28 12:55 [PATCH][next] trace: Fix spelling in osnoise tracer "interferences" -> "interference" Colin King
@ 2021-06-28 13:14 ` Daniel Bristot de Oliveira
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Bristot de Oliveira @ 2021-06-28 13:14 UTC (permalink / raw)
  To: Colin King, Steven Rostedt, Ingo Molnar; +Cc: kernel-janitors, linux-kernel

On 6/28/21 2:55 PM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> There is a spelling mistake in a TP_printk message, the word interferences
> is not the plural of interference. Fix this.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Reviewed-by: Daniel Bristot de Oliveira <bristot@redhat.com>

Thanks!
-- Daniel

> ---
>  include/trace/events/osnoise.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/trace/events/osnoise.h b/include/trace/events/osnoise.h
> index 28762c69f6c9..82f741ec0f57 100644
> --- a/include/trace/events/osnoise.h
> +++ b/include/trace/events/osnoise.h
> @@ -129,7 +129,7 @@ TRACE_EVENT(sample_threshold,
>  		__entry->interference = interference;
>  	),
>  
> -	TP_printk("start %llu.%09u duration %llu ns interferences %llu",
> +	TP_printk("start %llu.%09u duration %llu ns interference %llu",
>  		__print_ns_to_secs(__entry->start),
>  		__print_ns_without_secs(__entry->start),
>  		__entry->duration,
> 


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

end of thread, other threads:[~2021-06-28 13:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-28 12:55 [PATCH][next] trace: Fix spelling in osnoise tracer "interferences" -> "interference" Colin King
2021-06-28 13:14 ` Daniel Bristot de Oliveira

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).