linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Documentation: build warnings related to missing blank lines after explicit markups has been fixed
@ 2020-02-03 20:15 Sameer Rahmani
  2020-02-05 17:32 ` Jonathan Corbet
  0 siblings, 1 reply; 2+ messages in thread
From: Sameer Rahmani @ 2020-02-03 20:15 UTC (permalink / raw)
  To: corbet; +Cc: linux-doc, Sameer Rahmani

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>
---
 Documentation/doc-guide/contributing.rst       | 1 +
 Documentation/doc-guide/maintainer-profile.rst | 1 +
 Documentation/trace/kprobetrace.rst            | 2 +-
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/Documentation/doc-guide/contributing.rst b/Documentation/doc-guide/contributing.rst
index 10956583d22e..67ee3691f91f 100644
--- a/Documentation/doc-guide/contributing.rst
+++ b/Documentation/doc-guide/contributing.rst
@@ -1,4 +1,5 @@
 .. SPDX-License-Identifier: GPL-2.0
+
 How to help improve kernel documentation
 ========================================
 
diff --git a/Documentation/doc-guide/maintainer-profile.rst b/Documentation/doc-guide/maintainer-profile.rst
index aee2f508cc89..5afc0ddba40a 100644
--- a/Documentation/doc-guide/maintainer-profile.rst
+++ b/Documentation/doc-guide/maintainer-profile.rst
@@ -1,4 +1,5 @@
 .. SPDX-License-Identifier: GPL-2.0
+
 Documentation subsystem maintainer entry profile
 ================================================
 
diff --git a/Documentation/trace/kprobetrace.rst b/Documentation/trace/kprobetrace.rst
index 55993055902c..cc4c5fc313df 100644
--- a/Documentation/trace/kprobetrace.rst
+++ b/Documentation/trace/kprobetrace.rst
@@ -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).
-
-- 
2.25.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Documentation: build warnings related to missing blank lines after explicit markups has been fixed
  2020-02-03 20:15 [PATCH] Documentation: build warnings related to missing blank lines after explicit markups has been fixed Sameer Rahmani
@ 2020-02-05 17:32 ` Jonathan Corbet
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2020-02-05 17:32 UTC (permalink / raw)
  To: Sameer Rahmani; +Cc: linux-doc

On Mon,  3 Feb 2020 20:15:43 +0000
Sameer Rahmani <lxsameer@gnu.org> wrote:

> 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>
> ---
>  Documentation/doc-guide/contributing.rst       | 1 +
>  Documentation/doc-guide/maintainer-profile.rst | 1 +
>  Documentation/trace/kprobetrace.rst            | 2 +-
>  3 files changed, 3 insertions(+), 1 deletion(-)

Argh.  I ask people to look for warnings, then add two
myself...embarrassing.  Many thanks for fixing these, applied.

If I'm not mistaken, this is your first accepted kernel patch.
Congratulations, and I'm glad you started with documentation!

jon

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-02-05 17:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-03 20:15 [PATCH] Documentation: build warnings related to missing blank lines after explicit markups has been fixed Sameer Rahmani
2020-02-05 17:32 ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).