linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] docs: Remove duplicated words in trace/osnoise-tracer
@ 2022-02-20 12:12 Oscar Shiang
  2022-02-20 17:08 ` Steven Rostedt
  2022-02-20 20:43 ` Daniel Bristot de Oliveira
  0 siblings, 2 replies; 5+ messages in thread
From: Oscar Shiang @ 2022-02-20 12:12 UTC (permalink / raw)
  To: Steven Rostedt, Daniel Bristot de Oliveira, Jonathan Corbet
  Cc: linux-doc, linux-kernel, Oscar Shiang

There are 2 duplicated words found in osnoise tracer documentation.
This patch removes them.

Signed-off-by: Oscar Shiang <oscar0225@livemail.tw>
---
 Documentation/trace/osnoise-tracer.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/trace/osnoise-tracer.rst b/Documentation/trace/osnoise-tracer.rst
index b648cb9bf..963def9f9 100644
--- a/Documentation/trace/osnoise-tracer.rst
+++ b/Documentation/trace/osnoise-tracer.rst
@@ -51,7 +51,7 @@ For example::
         [root@f32 ~]# cd /sys/kernel/tracing/
         [root@f32 tracing]# echo osnoise > current_tracer
 
-It is possible to follow the trace by reading the trace trace file::
+It is possible to follow the trace by reading the trace file::
 
         [root@f32 tracing]# cat trace
         # tracer: osnoise
@@ -108,7 +108,7 @@ The tracer has a set of options inside the osnoise directory, they are:
    option.
  - tracing_threshold: the minimum delta between two time() reads to be
    considered as noise, in us. When set to 0, the default value will
-   will be used, which is currently 5 us.
+   be used, which is currently 5 us.
 
 Additional Tracing
 ------------------
-- 
2.25.1


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

* Re: [PATCH] docs: Remove duplicated words in trace/osnoise-tracer
  2022-02-20 12:12 [PATCH] docs: Remove duplicated words in trace/osnoise-tracer Oscar Shiang
@ 2022-02-20 17:08 ` Steven Rostedt
  2022-02-20 20:43 ` Daniel Bristot de Oliveira
  1 sibling, 0 replies; 5+ messages in thread
From: Steven Rostedt @ 2022-02-20 17:08 UTC (permalink / raw)
  To: Oscar Shiang
  Cc: Daniel Bristot de Oliveira, Jonathan Corbet, linux-doc, linux-kernel

On Sun, 20 Feb 2022 20:12:00 +0800
Oscar Shiang <oscar0225@livemail.tw> wrote:

> There are 2 duplicated words found in osnoise tracer documentation.
> This patch removes them.
> 
> Signed-off-by: Oscar Shiang <oscar0225@livemail.tw>

Acked-by: Steven Rostedt (Google) <rostedt@goodmis.org>

-- Steve

> ---
>  Documentation/trace/osnoise-tracer.rst | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/Documentation/trace/osnoise-tracer.rst b/Documentation/trace/osnoise-tracer.rst
> index b648cb9bf..963def9f9 100644
> --- a/Documentation/trace/osnoise-tracer.rst
> +++ b/Documentation/trace/osnoise-tracer.rst
> @@ -51,7 +51,7 @@ For example::
>          [root@f32 ~]# cd /sys/kernel/tracing/
>          [root@f32 tracing]# echo osnoise > current_tracer
>  
> -It is possible to follow the trace by reading the trace trace file::
> +It is possible to follow the trace by reading the trace file::
>  
>          [root@f32 tracing]# cat trace
>          # tracer: osnoise
> @@ -108,7 +108,7 @@ The tracer has a set of options inside the osnoise directory, they are:
>     option.
>   - tracing_threshold: the minimum delta between two time() reads to be
>     considered as noise, in us. When set to 0, the default value will
> -   will be used, which is currently 5 us.
> +   be used, which is currently 5 us.
>  
>  Additional Tracing
>  ------------------


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

* Re: [PATCH] docs: Remove duplicated words in trace/osnoise-tracer
  2022-02-20 12:12 [PATCH] docs: Remove duplicated words in trace/osnoise-tracer Oscar Shiang
  2022-02-20 17:08 ` Steven Rostedt
@ 2022-02-20 20:43 ` Daniel Bristot de Oliveira
  2022-02-24  3:34   ` Steven Rostedt
  1 sibling, 1 reply; 5+ messages in thread
From: Daniel Bristot de Oliveira @ 2022-02-20 20:43 UTC (permalink / raw)
  To: Oscar Shiang, Steven Rostedt, Jonathan Corbet; +Cc: linux-doc, linux-kernel

On 2/20/22 13:12, Oscar Shiang wrote:
> There are 2 duplicated words found in osnoise tracer documentation.
> This patch removes them.
> 
> Signed-off-by: Oscar Shiang <oscar0225@livemail.tw>

Acked-by: Daniel Bristot de Oliveira <bristot@kernel.org>

Thanks
-- Daniel

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

* Re: [PATCH] docs: Remove duplicated words in trace/osnoise-tracer
  2022-02-20 20:43 ` Daniel Bristot de Oliveira
@ 2022-02-24  3:34   ` Steven Rostedt
  2022-02-24 17:43     ` Jonathan Corbet
  0 siblings, 1 reply; 5+ messages in thread
From: Steven Rostedt @ 2022-02-24  3:34 UTC (permalink / raw)
  To: Daniel Bristot de Oliveira
  Cc: Oscar Shiang, Jonathan Corbet, linux-doc, linux-kernel

On Sun, 20 Feb 2022 21:43:29 +0100
Daniel Bristot de Oliveira <bristot@kernel.org> wrote:

> On 2/20/22 13:12, Oscar Shiang wrote:
> > There are 2 duplicated words found in osnoise tracer documentation.
> > This patch removes them.
> > 
> > Signed-off-by: Oscar Shiang <oscar0225@livemail.tw>  
> 
> Acked-by: Daniel Bristot de Oliveira <bristot@kernel.org>

Acked-by: Steven Rostedt (Google) <rostedt@goodmis.org>

Jon, want to take this through your tree?

Thanks,

-- Steve


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

* Re: [PATCH] docs: Remove duplicated words in trace/osnoise-tracer
  2022-02-24  3:34   ` Steven Rostedt
@ 2022-02-24 17:43     ` Jonathan Corbet
  0 siblings, 0 replies; 5+ messages in thread
From: Jonathan Corbet @ 2022-02-24 17:43 UTC (permalink / raw)
  To: Steven Rostedt, Daniel Bristot de Oliveira
  Cc: Oscar Shiang, linux-doc, linux-kernel

Steven Rostedt <rostedt@goodmis.org> writes:

> On Sun, 20 Feb 2022 21:43:29 +0100
> Daniel Bristot de Oliveira <bristot@kernel.org> wrote:
>
>> On 2/20/22 13:12, Oscar Shiang wrote:
>> > There are 2 duplicated words found in osnoise tracer documentation.
>> > This patch removes them.
>> > 
>> > Signed-off-by: Oscar Shiang <oscar0225@livemail.tw>  
>> 
>> Acked-by: Daniel Bristot de Oliveira <bristot@kernel.org>
>
> Acked-by: Steven Rostedt (Google) <rostedt@goodmis.org>
>
> Jon, want to take this through your tree?

Sure, applied, thanks.

jon

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

end of thread, other threads:[~2022-02-24 17:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-20 12:12 [PATCH] docs: Remove duplicated words in trace/osnoise-tracer Oscar Shiang
2022-02-20 17:08 ` Steven Rostedt
2022-02-20 20:43 ` Daniel Bristot de Oliveira
2022-02-24  3:34   ` Steven Rostedt
2022-02-24 17:43     ` Jonathan Corbet

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