On Mon, 3 Feb 2020 20:15:43 +0000 Sameer Rahmani <lxsameer@xxxxxxx> 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@xxxxxxx> > --- > 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