Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

Fix the usage of "a/the" and improve the readability.

Signed-off-by: Haocheng 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: Jonathan Corbet <corbet@lwn.net>

authored by

Haocheng Xie and committed by
Jonathan Corbet
6ad18000 0afd4df0

+2 -2
+2 -2
Documentation/trace/ftrace.rst
··· 354 354 is being directly called by the function. If the count is greater 355 355 than 1 it most likely will be ftrace_ops_list_func(). 356 356 357 - If the callback of the function jumps to a trampoline that is 358 - specific to a the callback and not the standard trampoline, 357 + If the callback of a function jumps to a trampoline that is 358 + specific to the callback and which is not the standard trampoline, 359 359 its address will be printed as well as the function that the 360 360 trampoline calls. 361 361