Skip to content

Commit

Permalink
ACPICA: Fix a typo in a function header, no functional change
Browse files Browse the repository at this point in the history
Reported by Colin King.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
  • Loading branch information
Colin Ian King authored and Rafael J. Wysocki committed Apr 12, 2013
1 parent 0cb91bd commit b07a383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/acpi/acpica/evevent.c
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ u32 acpi_ev_fixed_event_detect(void)
* DESCRIPTION: Clears the status bit for the requested event, calls the
* handler that previously registered for the event.
* NOTE: If there is no handler for the event, the event is
* disabled to prevent futher interrupts.
* disabled to prevent further interrupts.
*
******************************************************************************/

Expand Down

0 comments on commit b07a383

Please sign in to comment.