[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20241024130046.31753-1-ilpo.jarvinen@linux.intel.com>
Date: Thu, 24 Oct 2024 16:00:46 +0300
From: Ilpo Järvinen <ilpo.jarvinen@...ux.intel.com>
To: Naveen Krishna Chatradhi <naveenkrishna.chatradhi@....com>,
Carlos Bilbao <carlos.bilbao.osdev@...il.com>,
Thomas Gleixner <tglx@...utronix.de>,
Ingo Molnar <mingo@...hat.com>,
Borislav Petkov <bp@...en8.de>,
Dave Hansen <dave.hansen@...ux.intel.com>,
x86@...nel.org,
"H. Peter Anvin" <hpa@...or.com>,
Jonathan Corbet <corbet@....net>,
Ilpo Järvinen <ilpo.jarvinen@...ux.intel.com>,
Suma Hegde <suma.hegde@....com>,
platform-driver-x86@...r.kernel.org,
linux-kernel@...r.kernel.org,
linux-doc@...r.kernel.org
Subject: [PATCH 1/1] Documentation/x86/amd/hsmp: Fix ACPI dump formatting
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@...ux.intel.com>
---
Documentation/arch/x86/amd_hsmp.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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")
--
2.39.5
Powered by blists - more mailing lists