2022-01-11 05:20:43

by Huichun Feng

[permalink] [raw]
Subject: [PATCH] docs: ftrace: fix ambiguous sentence

The sentence looks ambiguous, rephrase it by adding ", there".

Signed-off-by: Huichun Feng <[email protected]>
Signed-off-by: Ching-Chun (Jim) Huang <[email protected]>
Signed-off-by: Chun-Hung Tseng <[email protected]>
---
Documentation/trace/ftrace.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/trace/ftrace.rst b/Documentation/trace/ftrace.rst
index b3166c4a7..45b8c56af 100644
--- a/Documentation/trace/ftrace.rst
+++ b/Documentation/trace/ftrace.rst
@@ -3370,7 +3370,7 @@ one of the latency tracers, you will get the following results.

Instances
---------
-In the tracefs tracing directory is a directory called "instances".
+In the tracefs tracing directory, there is a directory called "instances".
This directory can have new directories created inside of it using
mkdir, and removing directories with rmdir. The directory created
with mkdir in this directory will already contain files and other
--
2.34.1



2022-01-13 22:04:58

by Steven Rostedt

[permalink] [raw]
Subject: Re: [PATCH] docs: ftrace: fix ambiguous sentence

On Tue, 11 Jan 2022 13:20:01 +0800
Huichun Feng <[email protected]> wrote:

> The sentence looks ambiguous, rephrase it by adding ", there".
>

Fine with me.

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

-- Steve

> Signed-off-by: Huichun Feng <[email protected]>
> Signed-off-by: Ching-Chun (Jim) Huang <[email protected]>
> Signed-off-by: Chun-Hung Tseng <[email protected]>
> ---
> Documentation/trace/ftrace.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/trace/ftrace.rst b/Documentation/trace/ftrace.rst
> index b3166c4a7..45b8c56af 100644
> --- a/Documentation/trace/ftrace.rst
> +++ b/Documentation/trace/ftrace.rst
> @@ -3370,7 +3370,7 @@ one of the latency tracers, you will get the following results.
>
> Instances
> ---------
> -In the tracefs tracing directory is a directory called "instances".
> +In the tracefs tracing directory, there is a directory called "instances".
> This directory can have new directories created inside of it using
> mkdir, and removing directories with rmdir. The directory created
> with mkdir in this directory will already contain files and other


2022-01-18 03:03:13

by Jonathan Corbet

[permalink] [raw]
Subject: Re: [PATCH] docs: ftrace: fix ambiguous sentence

Huichun Feng <[email protected]> writes:

> The sentence looks ambiguous, rephrase it by adding ", there".
>
> Signed-off-by: Huichun Feng <[email protected]>
> Signed-off-by: Ching-Chun (Jim) Huang <[email protected]>
> Signed-off-by: Chun-Hung Tseng <[email protected]>
> ---
> Documentation/trace/ftrace.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/trace/ftrace.rst b/Documentation/trace/ftrace.rst
> index b3166c4a7..45b8c56af 100644
> --- a/Documentation/trace/ftrace.rst
> +++ b/Documentation/trace/ftrace.rst
> @@ -3370,7 +3370,7 @@ one of the latency tracers, you will get the following results.
>
> Instances
> ---------
> -In the tracefs tracing directory is a directory called "instances".
> +In the tracefs tracing directory, there is a directory called "instances".
> This directory can have new directories created inside of it using

Applied, thanks.

jon