diff mbox series

[1/1] Documentation/x86/amd/hsmp: Fix ACPI dump formatting

Message ID 20241024130046.31753-1-ilpo.jarvinen@linux.intel.com (mailing list archive)
State Accepted, archived
Headers show
Series [1/1] Documentation/x86/amd/hsmp: Fix ACPI dump formatting | expand

Commit Message

Ilpo Järvinen Oct. 24, 2024, 1 p.m. UTC
hsmp documentation added into pdx86 for-next branch triggers these
error:

86: ERROR: Unexpected indentation.
87: WARNING: Block quote ends without a blank line; unexpected unindent.
90: ERROR: Unexpected indentation.
91: WARNING: Block quote ends without a blank line; unexpected unindent.
94: ERROR: Unexpected indentation.
96: ERROR: Unexpected indentation.
97: WARNING: Block quote ends without a blank line; unexpected unindent.
100: ERROR: Unexpected indentation.
101: WARNING: Block quote ends without a blank line; unexpected unindent.
102: WARNING: Block quote ends without a blank line; unexpected unindent.
105: ERROR: Unexpected indentation.
107: ERROR: Unexpected indentation.
109: WARNING: Block quote ends without a blank line; unexpected unindent.
112: ERROR: Unexpected indentation.
115: WARNING: Block quote ends without a blank line; unexpected unindent.
116: WARNING: Block quote ends without a blank line; unexpected unindent.
117: WARNING: Definition list ends without a blank line; unexpected unindent.

Convert the problematic ACPI dump fragment to use preformatted text.

My plan is to fold this commit into the original commit.

Fixes: f9ad7a2843a6 ("platform/x86/amd/hsmp: Create separate ACPI, plat and common drivers")
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
---
 Documentation/arch/x86/amd_hsmp.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/Documentation/arch/x86/amd_hsmp.rst b/Documentation/arch/x86/amd_hsmp.rst
index abf1fa3230d9..2fd917638e42 100644
--- a/Documentation/arch/x86/amd_hsmp.rst
+++ b/Documentation/arch/x86/amd_hsmp.rst
@@ -74,9 +74,9 @@  The same is defined in the amd_hsmp.h header.
 ACPI device object format
 =========================
 The ACPI object format expected from the amd_hsmp driver
-for socket with ID00 is given below.
+for socket with ID00 is given below::
 
-Device(HSMP)
+  Device(HSMP)
 		{
 			Name(_HID, "AMDI0097")
 			Name(_UID, "ID00")