diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-07-12 10:03:09 -0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-07-14 13:58:14 -0600 |
commit | 43e5f7e1fa66531777c49791014c3124ea9208d8 (patch) | |
tree | 29e585797a056a330a63cba5b55768e5ffa109ba | |
parent | 4297739f2b5d4693d9b9f9e3dffeecf2ae9f8081 (diff) | |
download | linux-43e5f7e1fa66531777c49791014c3124ea9208d8.tar.bz2 |
docs: kprobes.txt: Fix whitespacing
The notes at the end of this file start with a blank space,
instead of a blank line, violating ReST format.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r-- | Documentation/kprobes.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/kprobes.txt b/Documentation/kprobes.txt index bb5ff6d04bac..2335715bf471 100644 --- a/Documentation/kprobes.txt +++ b/Documentation/kprobes.txt @@ -819,7 +819,8 @@ a knob to globally and forcibly turn jump optimization (see section is allowed (ON). If you echo "0" to this file or set "debug.kprobes_optimization" to 0 via sysctl, all optimized probes will be unoptimized, and any new probes registered after that will not be optimized. - Note that this knob *changes* the optimized state. This means that optimized + +Note that this knob *changes* the optimized state. This means that optimized probes (marked [OPTIMIZED]) will be unoptimized ([OPTIMIZED] tag will be removed). If the knob is turned on, they will be optimized again. |