All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] nvdimm/blk: Fix title level
@ 2022-03-21 22:04 trix
  2022-03-24  0:53 ` Dan Williams
  0 siblings, 1 reply; 2+ messages in thread
From: trix @ 2022-03-21 22:04 UTC (permalink / raw)
  To: corbet, dan.j.williams; +Cc: linux-doc, linux-kernel, Tom Rix

From: Tom Rix <trix@redhat.com>

make htmldocs fails with
Sphinx parallel build error:
docutils.utils.SystemMessage: ...nvdimm.rst:146:
  (SEVERE/4) Title level inconsistent:

PMEM-REGIONs, Atomic Sectors, and DAX
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

The PMEM vs BLK section was removed without changing
the PMEM-REGIONS... title line.  Replace '^' with '_'.

Fixes: f8669f1d6a86 ("nvdimm/blk: Delete the block-aperture window driver")
Signed-off-by: Tom Rix <trix@redhat.com>
---
 Documentation/driver-api/nvdimm/nvdimm.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/driver-api/nvdimm/nvdimm.rst b/Documentation/driver-api/nvdimm/nvdimm.rst
index 7917f64710920..be8587a558e1e 100644
--- a/Documentation/driver-api/nvdimm/nvdimm.rst
+++ b/Documentation/driver-api/nvdimm/nvdimm.rst
@@ -15,7 +15,7 @@ Version 13
 	    Supporting Documents
 	    Git Trees
 	LIBNVDIMM PMEM
-	        PMEM-REGIONs, Atomic Sectors, and DAX
+	    PMEM-REGIONs, Atomic Sectors, and DAX
 	Example NVDIMM Platform
 	LIBNVDIMM Kernel Device Model and LIBNDCTL Userspace API
 	    LIBNDCTL: Context
@@ -144,7 +144,7 @@ can be immediately attached to nd_pmem. This latter mode is called
 label-less or "legacy".
 
 PMEM-REGIONs, Atomic Sectors, and DAX
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+-------------------------------------
 
 For the cases where an application or filesystem still needs atomic sector
 update guarantees it can register a BTT on a PMEM device or partition.  See
-- 
2.26.3


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

* Re: [PATCH] nvdimm/blk: Fix title level
  2022-03-21 22:04 [PATCH] nvdimm/blk: Fix title level trix
@ 2022-03-24  0:53 ` Dan Williams
  0 siblings, 0 replies; 2+ messages in thread
From: Dan Williams @ 2022-03-24  0:53 UTC (permalink / raw)
  To: Tom Rix
  Cc: Jonathan Corbet, Linux Doc Mailing List, Linux Kernel Mailing List

On Mon, Mar 21, 2022 at 3:04 PM <trix@redhat.com> wrote:
>
> From: Tom Rix <trix@redhat.com>
>
> make htmldocs fails with
> Sphinx parallel build error:
> docutils.utils.SystemMessage: ...nvdimm.rst:146:
>   (SEVERE/4) Title level inconsistent:
>
> PMEM-REGIONs, Atomic Sectors, and DAX
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>
> The PMEM vs BLK section was removed without changing
> the PMEM-REGIONS... title line.  Replace '^' with '_'.
>
> Fixes: f8669f1d6a86 ("nvdimm/blk: Delete the block-aperture window driver")
> Signed-off-by: Tom Rix <trix@redhat.com>
> ---

Looks good, thanks for the fix!

Jon, I'll take this through the nvdimm tree.

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

end of thread, other threads:[~2022-03-24  0:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-21 22:04 [PATCH] nvdimm/blk: Fix title level trix
2022-03-24  0:53 ` Dan Williams

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.