Commit 6ad18000 authored by Haocheng Xie's avatar Haocheng Xie Committed by Jonathan Corbet

docs: Fix typos in Documentation/trace/ftrace.rst

Fix the usage of "a/the" and improve the readability.
Signed-off-by: default avatarHaocheng Xie <xiehaocheng.cn@gmail.com>
Link: https://lore.kernel.org/r/20210531083905.25763-1-xiehaocheng.cn@gmail.com
[jc: tweaked wording slightly]
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 0afd4df0
...@@ -354,8 +354,8 @@ of ftrace. Here is a list of some of the key files: ...@@ -354,8 +354,8 @@ of ftrace. Here is a list of some of the key files:
is being directly called by the function. If the count is greater is being directly called by the function. If the count is greater
than 1 it most likely will be ftrace_ops_list_func(). than 1 it most likely will be ftrace_ops_list_func().
If the callback of the function jumps to a trampoline that is If the callback of a function jumps to a trampoline that is
specific to a the callback and not the standard trampoline, specific to the callback and which is not the standard trampoline,
its address will be printed as well as the function that the its address will be printed as well as the function that the
trampoline calls. trampoline calls.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment