Skip to content

Commit 43e5f7e

Browse files
mchehabJonathan Corbet
authored andcommitted
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>
1 parent 4297739 commit 43e5f7e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Documentation/kprobes.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,8 @@ a knob to globally and forcibly turn jump optimization (see section
819819
is allowed (ON). If you echo "0" to this file or set
820820
"debug.kprobes_optimization" to 0 via sysctl, all optimized probes will be
821821
unoptimized, and any new probes registered after that will not be optimized.
822-
Note that this knob *changes* the optimized state. This means that optimized
822+
823+
Note that this knob *changes* the optimized state. This means that optimized
823824
probes (marked [OPTIMIZED]) will be unoptimized ([OPTIMIZED] tag will be
824825
removed). If the knob is turned on, they will be optimized again.
825826

0 commit comments

Comments
 (0)