Skip to content

Commit e92e197

Browse files
andy-shevrafaeljw
authored andcommitted
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: ef3d13b ("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>
1 parent e8a62f3 commit e92e197

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/firmware-guide/acpi/enumeration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,9 +277,9 @@ introduced, i.e.::
277277
}
278278
}
279279
}
280-
281280
})
282281
...
282+
}
283283

284284
In the above example the PWM-based LED driver references to the PWM channel 0
285285
of \_SB.PCI0.PWM device with initial period setting equal to 600 ms (note that

0 commit comments

Comments
 (0)