2022-02-21 06:42:49

by Oscar Shiang

[permalink] [raw]
Subject: [PATCH] docs: Remove duplicated words in trace/osnoise-tracer

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

Signed-off-by: Oscar Shiang <[email protected]>
---
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


2022-02-21 09:25:10

by Steven Rostedt

[permalink] [raw]
Subject: Re: [PATCH] docs: Remove duplicated words in trace/osnoise-tracer

On Sun, 20 Feb 2022 20:12:00 +0800
Oscar Shiang <[email protected]> wrote:

> There are 2 duplicated words found in osnoise tracer documentation.
> This patch removes them.
>
> Signed-off-by: Oscar Shiang <[email protected]>

Acked-by: Steven Rostedt (Google) <[email protected]>

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

Subject: Re: [PATCH] docs: Remove duplicated words in trace/osnoise-tracer

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 <[email protected]>

Acked-by: Daniel Bristot de Oliveira <[email protected]>

Thanks
-- Daniel

2022-02-24 03:50:07

by Steven Rostedt

[permalink] [raw]
Subject: Re: [PATCH] docs: Remove duplicated words in trace/osnoise-tracer

On Sun, 20 Feb 2022 21:43:29 +0100
Daniel Bristot de Oliveira <[email protected]> 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 <[email protected]>
>
> Acked-by: Daniel Bristot de Oliveira <[email protected]>

Acked-by: Steven Rostedt (Google) <[email protected]>

Jon, want to take this through your tree?

Thanks,

-- Steve

2022-02-24 17:54:48

by Jonathan Corbet

[permalink] [raw]
Subject: Re: [PATCH] docs: Remove duplicated words in trace/osnoise-tracer

Steven Rostedt <[email protected]> writes:

> On Sun, 20 Feb 2022 21:43:29 +0100
> Daniel Bristot de Oliveira <[email protected]> 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 <[email protected]>
>>
>> Acked-by: Daniel Bristot de Oliveira <[email protected]>
>
> Acked-by: Steven Rostedt (Google) <[email protected]>
>
> Jon, want to take this through your tree?

Sure, applied, thanks.

jon