diff options
Diffstat (limited to 'drivers/acpi/acpica')
-rw-r--r-- | drivers/acpi/acpica/evevent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/acpica/evevent.c b/drivers/acpi/acpica/evevent.c index 02219ffba8b6..83cd45f4a870 100644 --- a/drivers/acpi/acpica/evevent.c +++ b/drivers/acpi/acpica/evevent.c | |||
@@ -258,7 +258,7 @@ u32 acpi_ev_fixed_event_detect(void) | |||
258 | * DESCRIPTION: Clears the status bit for the requested event, calls the | 258 | * DESCRIPTION: Clears the status bit for the requested event, calls the |
259 | * handler that previously registered for the event. | 259 | * handler that previously registered for the event. |
260 | * NOTE: If there is no handler for the event, the event is | 260 | * NOTE: If there is no handler for the event, the event is |
261 | * disabled to prevent futher interrupts. | 261 | * disabled to prevent further interrupts. |
262 | * | 262 | * |
263 | ******************************************************************************/ | 263 | ******************************************************************************/ |
264 | 264 | ||