]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
mm-treewide-redefine-max_order-sanely-fix-3-fix
authorAndrew Morton <akpm@linux-foundation.org>
Sun, 19 Mar 2023 18:36:07 +0000 (11:36 -0700)
committerAndrew Morton <akpm@linux-foundation.org>
Wed, 5 Apr 2023 23:02:23 +0000 (16:02 -0700)
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>
Documentation/admin-guide/kdump/vmcoreinfo.rst

index e488bb4e13c4c5909bfcd3109f53b95c84e72a83..c18d94fa64704820abd32ba39c8dee0025e2f187 100644 (file)
@@ -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.