[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20260108064615.144113-1-iwadjp@gmail.com>
Date: Thu, 8 Jan 2026 15:46:14 +0900
From: Daisuke Iwasa <iwadjp@...il.com>
To: tglx@...utronix.de,
mingo@...hat.com,
bp@...en8.de,
dave.hansen@...ux.intel.com,
x86@...nel.org,
hpa@...or.com,
corbet@....net,
linux-kernel@...r.kernel.org,
linux-doc@...r.kernel.org
Cc: Daisuke Iwasa <iwadjp@...il.com>
Subject: [PATCH] docs: x86: fix malformed table in boot protocol doc
Sphinx reports a malformed table warning in
Documentation/arch/x86/boot.rst.
Rewrite the "Assigned boot loader IDs" table using a simple table format
so the multi-line entries are properly represented.
Signed-off-by: Daisuke Iwasa <iwadjp@...il.com>
---
Documentation/arch/x86/boot.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/arch/x86/boot.rst b/Documentation/arch/x86/boot.rst
index 6d36ce86fd8e..18574f010d46 100644
--- a/Documentation/arch/x86/boot.rst
+++ b/Documentation/arch/x86/boot.rst
@@ -433,7 +433,7 @@ Protocol: 2.00+
Assigned boot loader IDs:
- == =======================================
+ ==== =======================================
0x0 LILO
(0x00 reserved for pre-2.00 bootloader)
0x1 Loadlin
@@ -456,7 +456,7 @@ Protocol: 2.00+
<http://sebastian-plotz.blogspot.de>
0x12 OVMF UEFI virtualization stack
0x13 barebox
- == =======================================
+ ==== =======================================
Please contact <hpa@...or.com> if you need a bootloader ID value assigned.
--
2.34.1
Powered by blists - more mailing lists