Skip to content

Commit 4444b17

Browse files
acpibobrafaeljw
authored andcommitted
ACPICA: Fix a comment "enable" fixed events -> "disable" all fixed events.
ACPICA commit af4462c6f41ebc9bf63b5370818c5fd96524e7a9 Link: acpica/acpica@af4462c6 Signed-off-by: Bob Moore <[email protected]> Signed-off-by: Erik Kaneda <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 9e43f5d commit 4444b17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/acpi/acpica/evevent.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ static acpi_status acpi_ev_fixed_event_initialize(void)
130130

131131
/*
132132
* Initialize the structure that keeps track of fixed event handlers and
133-
* enable the fixed events.
133+
* disable all of the fixed events.
134134
*/
135135
for (i = 0; i < ACPI_NUM_FIXED_EVENTS; i++) {
136136
acpi_gbl_fixed_event_handlers[i].handler = NULL;

0 commit comments

Comments
 (0)