All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documentation/driver-api: nvdimm: Fix sphinx build error
@ 2022-03-16  2:54 Wan Jiabing
  0 siblings, 0 replies; only message in thread
From: Wan Jiabing @ 2022-03-16  2:54 UTC (permalink / raw)
  To: Jonathan Corbet, Dan Williams, linux-doc, linux-kernel
  Cc: kael_w, sfr, Wan Jiabing

Fix the following 'make htmldocs' error:

Sphinx parallel build error:
docutils.utils.SystemMessage: ./Documentation/driver-api/nvdimm/nvdimm.rst:
146: (SEVERE/4) Title level inconsistent:

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

Fixes: f8669f1d6a86 ("nvdimm/blk: Delete the block-aperture window driver")
Signed-off-by: Wan Jiabing <wanjiabing@vivo.com>
---
 Documentation/driver-api/nvdimm/nvdimm.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/driver-api/nvdimm/nvdimm.rst b/Documentation/driver-api/nvdimm/nvdimm.rst
index 7917f6471092..8e6922583571 100644
--- a/Documentation/driver-api/nvdimm/nvdimm.rst
+++ b/Documentation/driver-api/nvdimm/nvdimm.rst
@@ -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.35.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-03-16  2:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-16  2:54 [PATCH] Documentation/driver-api: nvdimm: Fix sphinx build error Wan Jiabing

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.