diff options
author | Linus Torvalds | 2020-02-07 13:03:10 -0800 |
---|---|---|
committer | Linus Torvalds | 2020-02-07 13:03:10 -0800 |
commit | 41dcd67e88688afbeb3b2bd23960eed5daec74e7 (patch) | |
tree | 4e270335606ed568f544900e77e866a5437bcc69 /Documentation/trace | |
parent | 11777ee8b04acab07c96959e9c6ac6a1603d0958 (diff) | |
parent | d1c9038ab5c1c96c0fd9d13ec56f2d650fe4c59f (diff) |
Merge tag 'docs-5.6-2' of git://git.lwn.net/linux
Pull Documentation fixes from Jonathan Corbet:
"A handful of small documentation fixes that wandered in"
* tag 'docs-5.6-2' of git://git.lwn.net/linux:
Allow git builds of Sphinx
Documentation: changes.rst: update several outdated project URLs
Documentation: build warnings related to missing blank lines after explicit markups has been fixed
mailmap: add entry for Tiezhu Yang
Documentation/ko_KR/howto: Update a broken link
Documentation/ko_KR/howto: Update broken web addresses
docs/locking: Fix outdated section names
Diffstat (limited to 'Documentation/trace')
-rw-r--r-- | Documentation/trace/kprobetrace.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/trace/kprobetrace.rst b/Documentation/trace/kprobetrace.rst index 705d73087099..cc4c5fc313df 100644 --- a/Documentation/trace/kprobetrace.rst +++ b/Documentation/trace/kprobetrace.rst @@ -253,4 +253,3 @@ And you can see the traced information via /sys/kernel/debug/tracing/trace. Each line shows when the kernel hits an event, and <- SYMBOL means kernel returns from SYMBOL(e.g. "sys_open+0x1b/0x1d <- do_sys_open" means kernel returns from do_sys_open to sys_open+0x1b). - |