diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2022-03-01 00:39:33 +0200 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2022-03-03 20:34:45 +0100 |
commit | e92e19747c1e0eb805c7c72fa991da7a292b43a6 (patch) | |
tree | 8e60da080495c0bd33b8e8b25589e4d785c2ca04 /Documentation/firmware-guide | |
parent | e8a62f363661d824495737427d59ba3fce91ae34 (diff) | |
download | linux-stable-e92e19747c1e0eb805c7c72fa991da7a292b43a6.tar.gz linux-stable-e92e19747c1e0eb805c7c72fa991da7a292b43a6.tar.bz2 linux-stable-e92e19747c1e0eb805c7c72fa991da7a292b43a6.zip |
ACPI: docs: enumeration: Amend PWM enumeration ASL example
Drop blank line and add a closing curly brace to make ASL example closer
to the reality.
Fixes: ef3d13b86763 ("docs: firmware-guide: ACPI: Add a PWM example")
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'Documentation/firmware-guide')
-rw-r--r-- | Documentation/firmware-guide/acpi/enumeration.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/firmware-guide/acpi/enumeration.rst b/Documentation/firmware-guide/acpi/enumeration.rst index 900d193ffa5e..7a5095901153 100644 --- a/Documentation/firmware-guide/acpi/enumeration.rst +++ b/Documentation/firmware-guide/acpi/enumeration.rst @@ -277,9 +277,9 @@ introduced, i.e.:: } } } - }) ... + } In the above example the PWM-based LED driver references to the PWM channel 0 of \_SB.PCI0.PWM device with initial period setting equal to 600 ms (note that |