Skip to content

Commit ada8d8d

Browse files
Tom Rixdjbw
authored andcommitted
nvdimm/blk: Fix title level
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: f8669f1 ("nvdimm/blk: Delete the block-aperture window driver") Signed-off-by: Tom Rix <trix@redhat.com> Link: https://lore.kernel.org/r/20220321220408.2381974-1-trix@redhat.com Signed-off-by: Dan Williams <dan.j.williams@intel.com>
1 parent 11cddee commit ada8d8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/driver-api/nvdimm/nvdimm.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Version 13
1515
Supporting Documents
1616
Git Trees
1717
LIBNVDIMM PMEM
18-
PMEM-REGIONs, Atomic Sectors, and DAX
18+
PMEM-REGIONs, Atomic Sectors, and DAX
1919
Example NVDIMM Platform
2020
LIBNVDIMM Kernel Device Model and LIBNDCTL Userspace API
2121
LIBNDCTL: Context
@@ -144,7 +144,7 @@ can be immediately attached to nd_pmem. This latter mode is called
144144
label-less or "legacy".
145145

146146
PMEM-REGIONs, Atomic Sectors, and DAX
147-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
147+
-------------------------------------
148148

149149
For the cases where an application or filesystem still needs atomic sector
150150
update guarantees it can register a BTT on a PMEM device or partition. See

0 commit comments

Comments
 (0)