summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Documentation/firmware-guide/acpi/non-d0-probe.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/firmware-guide/acpi/non-d0-probe.rst b/Documentation/firmware-guide/acpi/non-d0-probe.rst
index 78781e1ab6a3..7afd16701a02 100644
--- a/Documentation/firmware-guide/acpi/non-d0-probe.rst
+++ b/Documentation/firmware-guide/acpi/non-d0-probe.rst
@@ -62,7 +62,7 @@ objects not relevant from the example point of view have been omitted.
.. code-block:: text
Device (CAM0)
- {
+ {
Name (_HID, "SONY319A")
Name (_UID, Zero)
Name (_CRS, ResourceTemplate ()
@@ -71,8 +71,8 @@ objects not relevant from the example point of view have been omitted.
AddressingMode7Bit, "\\_SB.PCI0.I2C0",
0x00, ResourceConsumer)
})
- Name (_DSC, 0, NotSerialized)
+ Method (_DSC, 0, NotSerialized)
{
Return (0x4)
- }
+ }
}