summaryrefslogtreecommitdiffstats
path: root/Documentation/admin-guide/kdump
diff options
context:
space:
mode:
authorWill Deacon <will@kernel.org>2022-03-09 12:16:33 +0000
committerWill Deacon <will@kernel.org>2022-03-09 12:16:33 +0000
commit3c3dd2c81a1036c487353f7b9a485268b2fc1d7f (patch)
treed6004e0412d7bb2626aba4c68168fe233dba6820 /Documentation/admin-guide/kdump
parent1310222c276b7946e440a7ab49c1e1508561f5fd (diff)
downloadlinux-stable-3c3dd2c81a1036c487353f7b9a485268b2fc1d7f.tar.gz
linux-stable-3c3dd2c81a1036c487353f7b9a485268b2fc1d7f.tar.bz2
linux-stable-3c3dd2c81a1036c487353f7b9a485268b2fc1d7f.zip
Documentation: vmcoreinfo: Fix htmldocs warning
Since commit 2369f171d5c5 ("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: 2369f171d5c5 ("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>
Diffstat (limited to 'Documentation/admin-guide/kdump')
-rw-r--r--Documentation/admin-guide/kdump/vmcoreinfo.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/admin-guide/kdump/vmcoreinfo.rst b/Documentation/admin-guide/kdump/vmcoreinfo.rst
index a339af45a22e..8419019b6a88 100644
--- a/Documentation/admin-guide/kdump/vmcoreinfo.rst
+++ b/Documentation/admin-guide/kdump/vmcoreinfo.rst
@@ -495,7 +495,7 @@ addresses in the higher VA range (refer to ARMv8 ARM document for
more details).
MODULES_VADDR|MODULES_END|VMALLOC_START|VMALLOC_END|VMEMMAP_START|VMEMMAP_END
--------------
+-----------------------------------------------------------------------------
Used to get the correct ranges:
MODULES_VADDR ~ MODULES_END-1 : Kernel module space.