aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica/evxfevnt.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/acpi/acpica/evxfevnt.c')
-rw-r--r--drivers/acpi/acpica/evxfevnt.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/acpi/acpica/evxfevnt.c b/drivers/acpi/acpica/evxfevnt.c
index 77cee5a5e891..35520c6eeefb 100644
--- a/drivers/acpi/acpica/evxfevnt.c
+++ b/drivers/acpi/acpica/evxfevnt.c
@@ -153,8 +153,8 @@ ACPI_EXPORT_SYMBOL(acpi_disable)
153 * 153 *
154 * FUNCTION: acpi_enable_event 154 * FUNCTION: acpi_enable_event
155 * 155 *
156 * PARAMETERS: Event - The fixed eventto be enabled 156 * PARAMETERS: event - The fixed eventto be enabled
157 * Flags - Reserved 157 * flags - Reserved
158 * 158 *
159 * RETURN: Status 159 * RETURN: Status
160 * 160 *
@@ -265,7 +265,7 @@ ACPI_EXPORT_SYMBOL(acpi_disable_event)
265 * 265 *
266 * FUNCTION: acpi_clear_event 266 * FUNCTION: acpi_clear_event
267 * 267 *
268 * PARAMETERS: Event - The fixed event to be cleared 268 * PARAMETERS: event - The fixed event to be cleared
269 * 269 *
270 * RETURN: Status 270 * RETURN: Status
271 * 271 *
@@ -301,7 +301,7 @@ ACPI_EXPORT_SYMBOL(acpi_clear_event)
301 * 301 *
302 * FUNCTION: acpi_get_event_status 302 * FUNCTION: acpi_get_event_status
303 * 303 *
304 * PARAMETERS: Event - The fixed event 304 * PARAMETERS: event - The fixed event
305 * event_status - Where the current status of the event will 305 * event_status - Where the current status of the event will
306 * be returned 306 * be returned
307 * 307 *