[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230602215102.GA220958@madhu-kernel>
Date: Fri, 2 Jun 2023 16:51:02 -0500
From: Madhumitha Prabakaran <madhumithabiw@...il.com>
To: rafael@...nel.org, lenb@...nel.org, linux-acpi@...r.kernel.org,
linux-kernel@...r.kernel.org, skhan@...uxfoundation.org
Cc: ivan.orlov0322@...il.com
Subject: [PATCH] docs: Fix warning:Error in "code-block" directive
Fix the error in "code-block" directive by providing the
argument as "text".
Signed-off-by: Madhumitha Prabakaran <madhumithabiw@...il.com>
---
.../firmware-guide/acpi/chromeos-acpi-device.rst | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/Documentation/firmware-guide/acpi/chromeos-acpi-device.rst b/Documentation/firmware-guide/acpi/chromeos-acpi-device.rst
index f37fc90ce340..27292299ad17 100644
--- a/Documentation/firmware-guide/acpi/chromeos-acpi-device.rst
+++ b/Documentation/firmware-guide/acpi/chromeos-acpi-device.rst
@@ -131,7 +131,7 @@ None
Result code:
------------
-.. code-block::
+.. code-block:: text
Package {
Reserved1
@@ -192,7 +192,7 @@ None
Result code:
------------
-.. code-block::
+.. code-block:: text
Package {
Package {
@@ -265,7 +265,7 @@ None
Result code:
------------
-.. code-block::
+.. code-block:: text
Package {
NV Storage Block Offset //DWORD
@@ -347,7 +347,7 @@ A package containing a list of null-terminated ASCII strings, one for each contr
supported by the Chrome OS hardware device, not including the MLST method itself.
For this version of the specification, the result is:
-.. code-block::
+.. code-block:: text
Package {
"CHSW",
--
2.25.1
Powered by blists - more mailing lists