From: Bob Moore Date: Fri, 14 Feb 2020 18:47:57 +0000 (-0800) Subject: ACPICA: Fix a comment "enable" fixed events -> "disable" all fixed events. X-Git-Tag: microblaze-v5.10~1060^2~1^2~17 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=4444b178529300a173b927bbef3e65d328fc15be;p=linux-2.6-microblaze.git ACPICA: Fix a comment "enable" fixed events -> "disable" all fixed events. ACPICA commit af4462c6f41ebc9bf63b5370818c5fd96524e7a9 Link: https://github.com/acpica/acpica/commit/af4462c6 Signed-off-by: Bob Moore Signed-off-by: Erik Kaneda Signed-off-by: Rafael J. Wysocki --- diff --git a/drivers/acpi/acpica/evevent.c b/drivers/acpi/acpica/evevent.c index 8c83d8c620dc..89391938193d 100644 --- a/drivers/acpi/acpica/evevent.c +++ b/drivers/acpi/acpica/evevent.c @@ -130,7 +130,7 @@ static acpi_status acpi_ev_fixed_event_initialize(void) /* * Initialize the structure that keeps track of fixed event handlers and - * enable the fixed events. + * disable all of the fixed events. */ for (i = 0; i < ACPI_NUM_FIXED_EVENTS; i++) { acpi_gbl_fixed_event_handlers[i].handler = NULL;