]> git.baikalelectronics.ru Git - kernel.git/commit
nvdimm/blk: Fix title level
authorTom Rix <trix@redhat.com>
Mon, 21 Mar 2022 22:04:08 +0000 (15:04 -0700)
committerDan Williams <dan.j.williams@intel.com>
Thu, 24 Mar 2022 00:52:33 +0000 (17:52 -0700)
commit5152aab1a17fb9c68921bc406b3ef3792a7e798d
tree607adeb79d0f83e6f73fe195917bf13cd99882a0
parentec6f37ae17691008baee87c4092fca19a37cbda2
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: e0af6b029930 ("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>
Documentation/driver-api/nvdimm/nvdimm.rst