]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ACPI: docs: enumeration: Amend PWM enumeration ASL example
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 28 Feb 2022 22:39:33 +0000 (00:39 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 3 Mar 2022 19:34:45 +0000 (20:34 +0100)
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>
Documentation/firmware-guide/acpi/enumeration.rst

index 900d193ffa5e730a908250c6ccac7bcc52056699..7a5095901153d8076500167b2cd275435214c2c1 100644 (file)
@@ -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