diff options
author | Huichun Feng <[email protected]> | 2022-01-11 13:20:01 +0800 |
---|---|---|
committer | Jonathan Corbet <[email protected]> | 2022-01-17 14:56:16 -0700 |
commit | cc2cf6796a90bf356a8ddc854f65cea434477ea7 (patch) | |
tree | 2cd62a13c824dfc289c8f7f654a84ef1fc95d070 | |
parent | 6b0764598dc7dea21a44cd4e7ec3dd4a7aabf5c2 (diff) |
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]>
Acked-by: Steven Rostedt <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jonathan Corbet <[email protected]>
-rw-r--r-- | Documentation/trace/ftrace.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/trace/ftrace.rst b/Documentation/trace/ftrace.rst index b3166c4a7867..45b8c56af67a 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 |