Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: f8669f1d6a86 ("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>

authored by

Tom Rix and committed by
Dan Williams
ada8d8d3 11cddee9

+2 -2
+2 -2
Documentation/driver-api/nvdimm/nvdimm.rst
··· 15 15 Supporting Documents 16 16 Git Trees 17 17 LIBNVDIMM PMEM 18 - PMEM-REGIONs, Atomic Sectors, and DAX 18 + PMEM-REGIONs, Atomic Sectors, and DAX 19 19 Example NVDIMM Platform 20 20 LIBNVDIMM Kernel Device Model and LIBNDCTL Userspace API 21 21 LIBNDCTL: Context ··· 144 144 label-less or "legacy". 145 145 146 146 PMEM-REGIONs, Atomic Sectors, and DAX 147 - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 147 + ------------------------------------- 148 148 149 149 For the cases where an application or filesystem still needs atomic sector 150 150 update guarantees it can register a BTT on a PMEM device or partition. See