diff options
author | Colin Ian King <colin.king@canonical.com> | 2013-04-11 20:25:10 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2013-04-12 07:29:47 -0400 |
commit | b07a383f46bafaf8a0607096aa75590ec962541f (patch) | |
tree | eb8c9481e43888a4ad45ddf1f4f8b5bc87b675fd /drivers/acpi/acpica | |
parent | 0cb91bd898ae650c19f5c2ae484f8524df4b402d (diff) |
ACPICA: Fix a typo in a function header, no functional change
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>
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 | ||