Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation: power: correct spelling

Correct spelling problems for Documentation/power/ as reported
by codespell.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

authored by

Randy Dunlap and committed by
Rafael J. Wysocki
71bc571c 6d796c50

+1 -1
+1 -1
Documentation/power/suspend-and-interrupts.rst
··· 67 67 during system sleep so as to trigger a system wakeup when needed. For example, 68 68 the platform may include a dedicated interrupt controller used specifically for 69 69 handling system wakeup events. Then, if a given interrupt line is supposed to 70 - wake up the system from sleep sates, the corresponding input of that interrupt 70 + wake up the system from sleep states, the corresponding input of that interrupt 71 71 controller needs to be enabled to receive signals from the line in question. 72 72 After wakeup, it generally is better to disable that input to prevent the 73 73 dedicated controller from triggering interrupts unnecessarily.