]> Git Repo - J-linux.git/commitdiff
nvdimm/blk: Fix title level
authorTom Rix <[email protected]>
Mon, 21 Mar 2022 22:04:08 +0000 (15:04 -0700)
committerDan Williams <[email protected]>
Thu, 24 Mar 2022 00:52:33 +0000 (17:52 -0700)
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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Dan Williams <[email protected]>
Documentation/driver-api/nvdimm/nvdimm.rst

index 7917f64710920d594695563f5913a6e6aa887821..be8587a558e1e4bb1f166824fa3b55af98e9091f 100644 (file)
@@ -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
This page took 0.055281 seconds and 4 git commands to generate.