From: Mauro Carvalho Chehab Date: Wed, 12 Jul 2017 13:03:09 +0000 (-0300) Subject: docs: kprobes.txt: Fix whitespacing X-Git-Tag: v4.13-rc1~1^2 X-Git-Url: https://git.karo-electronics.de/?p=karo-tx-linux.git;a=commitdiff_plain;h=43e5f7e1fa66531777c49791014c3124ea9208d8 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 Signed-off-by: Jonathan Corbet --- 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.