From: Andrew Morton <akpm@linux-foundation.org>
Date: Sun, 19 Mar 2023 18:36:07 +0000 (-0700)
Subject: mm-treewide-redefine-max_order-sanely-fix-3-fix
X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=bf15c938e459e81d1e332acbccb994b72e49993b;p=users%2Fjedix%2Flinux-maple.git

mm-treewide-redefine-max_order-sanely-fix-3-fix

fix underlining

Reported-by: kernel test robot <lkp@intel.com>
  Link: https://lore.kernel.org/oe-kbuild-all/202303191025.VRCTk6mP-lkp@intel.com/
Cc: "Kirill A. Shutemov" <kirill@shutemov.name>
Cc: Zi Yan <ziy@nvidia.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

diff --git a/Documentation/admin-guide/kdump/vmcoreinfo.rst b/Documentation/admin-guide/kdump/vmcoreinfo.rst
index e488bb4e13c4c..c18d94fa64704 100644
--- a/Documentation/admin-guide/kdump/vmcoreinfo.rst
+++ b/Documentation/admin-guide/kdump/vmcoreinfo.rst
@@ -190,7 +190,7 @@ information. Makedumpfile gets the start address of the vmalloc region
 from this.
 
 (zone.free_area, MAX_ORDER + 1)
----------------------------
+-------------------------------
 
 Free areas descriptor. User-space tools use this value to iterate the
 free_area ranges. MAX_ORDER is used by the zone buddy allocator.