From bf15c938e459e81d1e332acbccb994b72e49993b Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Sun, 19 Mar 2023 11:36:07 -0700 Subject: [PATCH] mm-treewide-redefine-max_order-sanely-fix-3-fix fix underlining Reported-by: kernel test robot Link: https://lore.kernel.org/oe-kbuild-all/202303191025.VRCTk6mP-lkp@intel.com/ Cc: "Kirill A. Shutemov" Cc: Zi Yan Signed-off-by: Andrew Morton --- Documentation/admin-guide/kdump/vmcoreinfo.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/admin-guide/kdump/vmcoreinfo.rst b/Documentation/admin-guide/kdump/vmcoreinfo.rst index e488bb4e13c4..c18d94fa6470 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. -- 2.50.1