Commit dff5acfd authored by Sakari Ailus's avatar Sakari Ailus Committed by Rafael J. Wysocki

Documentation: ACPI: Fix non-D0 probe _DSC object example

The original patch adding the example used _DSC Name when Method was
intended. Fix this.

Also replace spaces used for indentation with tabs in the example.

Fixes: ed66f12b ("Documentation: ACPI: Document _DSC object usage for enum power state")
Reported-by: default avatarBingbu Cao <bingbu.cao@intel.com>
Signed-off-by: default avatarSakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 1e96078e
......@@ -71,7 +71,7 @@ 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)
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment