]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
Documentation: build warnings related to missing blank lines after explicit markups...
authorSameer Rahmani <lxsameer@gnu.org>
Mon, 3 Feb 2020 20:15:43 +0000 (20:15 +0000)
committerJonathan Corbet <corbet@lwn.net>
Wed, 5 Feb 2020 17:30:03 +0000 (10:30 -0700)
Fix for several documentation build warnings related to missing blank lines
after explicit mark up.

Exact warning message:
 WARNING: Explicit markup ends without a blank line; unexpected unindent.

Signed-off-by: Sameer Rahmani <lxsameer@gnu.org>
Link: https://lore.kernel.org/r/20200203201543.24834-1-lxsameer@gnu.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/doc-guide/contributing.rst
Documentation/doc-guide/maintainer-profile.rst
Documentation/trace/kprobetrace.rst

index 10956583d22e6e4aabd16174e749c445928f06c4..67ee3691f91f6e206455d09daace544e51c853cb 100644 (file)
@@ -1,4 +1,5 @@
 .. SPDX-License-Identifier: GPL-2.0
+
 How to help improve kernel documentation
 ========================================
 
index aee2f508cc8933b7927dcb07ad73c3ba95e7560e..5afc0ddba40aa380932b3255ad3e8920af2dccb4 100644 (file)
@@ -1,4 +1,5 @@
 .. SPDX-License-Identifier: GPL-2.0
+
 Documentation subsystem maintainer entry profile
 ================================================
 
index 55993055902c6213917fa0888ead247183959f09..cc4c5fc313df304b48f425490c9a231e44af2688 100644 (file)
@@ -97,6 +97,7 @@ which shows given pointer in "symbol+offset" style.
 For $comm, the default type is "string"; any other type is invalid.
 
 .. _user_mem_access:
+
 User Memory Access
 ------------------
 Kprobe events supports user-space memory access. For that purpose, you can use
@@ -252,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).
-