Skip to content

Commit 3c3dd2c

Browse files
committed
Documentation: vmcoreinfo: Fix htmldocs warning
Since commit 2369f17 ("arm64: crash_core: Export MODULES, VMALLOC, and VMEMMAP ranges"), Stephen reports a warning when building htmldocs: | Documentation/admin-guide/kdump/vmcoreinfo.rst:498: WARNING: Title underline too short. Extend the underline to squash the warning. Fixes: 2369f17 ("arm64: crash_core: Export MODULES, VMALLOC, and VMEMMAP ranges") Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Will Deacon <will@kernel.org>
1 parent 1310222 commit 3c3dd2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/admin-guide/kdump/vmcoreinfo.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ addresses in the higher VA range (refer to ARMv8 ARM document for
495495
more details).
496496

497497
MODULES_VADDR|MODULES_END|VMALLOC_START|VMALLOC_END|VMEMMAP_START|VMEMMAP_END
498-
-------------
498+
-----------------------------------------------------------------------------
499499

500500
Used to get the correct ranges:
501501
MODULES_VADDR ~ MODULES_END-1 : Kernel module space.

0 commit comments

Comments
 (0)