diff options
Diffstat (limited to 'drivers/acpi/acpica/evxface.c')
-rw-r--r-- | drivers/acpi/acpica/evxface.c | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/drivers/acpi/acpica/evxface.c b/drivers/acpi/acpica/evxface.c index 6a8b53789be4..7587eb6c9584 100644 --- a/drivers/acpi/acpica/evxface.c +++ b/drivers/acpi/acpica/evxface.c | |||
@@ -342,7 +342,7 @@ ACPI_EXPORT_SYMBOL(acpi_remove_notify_handler) | |||
342 | * | 342 | * |
343 | * FUNCTION: acpi_install_exception_handler | 343 | * FUNCTION: acpi_install_exception_handler |
344 | * | 344 | * |
345 | * PARAMETERS: Handler - Pointer to the handler function for the | 345 | * PARAMETERS: handler - Pointer to the handler function for the |
346 | * event | 346 | * event |
347 | * | 347 | * |
348 | * RETURN: Status | 348 | * RETURN: Status |
@@ -386,8 +386,8 @@ ACPI_EXPORT_SYMBOL(acpi_install_exception_handler) | |||
386 | * | 386 | * |
387 | * FUNCTION: acpi_install_global_event_handler | 387 | * FUNCTION: acpi_install_global_event_handler |
388 | * | 388 | * |
389 | * PARAMETERS: Handler - Pointer to the global event handler function | 389 | * PARAMETERS: handler - Pointer to the global event handler function |
390 | * Context - Value passed to the handler on each event | 390 | * context - Value passed to the handler on each event |
391 | * | 391 | * |
392 | * RETURN: Status | 392 | * RETURN: Status |
393 | * | 393 | * |
@@ -436,10 +436,10 @@ ACPI_EXPORT_SYMBOL(acpi_install_global_event_handler) | |||
436 | * | 436 | * |
437 | * FUNCTION: acpi_install_fixed_event_handler | 437 | * FUNCTION: acpi_install_fixed_event_handler |
438 | * | 438 | * |
439 | * PARAMETERS: Event - Event type to enable. | 439 | * PARAMETERS: event - Event type to enable. |
440 | * Handler - Pointer to the handler function for the | 440 | * handler - Pointer to the handler function for the |
441 | * event | 441 | * event |
442 | * Context - Value passed to the handler on each GPE | 442 | * context - Value passed to the handler on each GPE |
443 | * | 443 | * |
444 | * RETURN: Status | 444 | * RETURN: Status |
445 | * | 445 | * |
@@ -506,8 +506,8 @@ ACPI_EXPORT_SYMBOL(acpi_install_fixed_event_handler) | |||
506 | * | 506 | * |
507 | * FUNCTION: acpi_remove_fixed_event_handler | 507 | * FUNCTION: acpi_remove_fixed_event_handler |
508 | * | 508 | * |
509 | * PARAMETERS: Event - Event type to disable. | 509 | * PARAMETERS: event - Event type to disable. |
510 | * Handler - Address of the handler | 510 | * handler - Address of the handler |
511 | * | 511 | * |
512 | * RETURN: Status | 512 | * RETURN: Status |
513 | * | 513 | * |
@@ -563,10 +563,10 @@ ACPI_EXPORT_SYMBOL(acpi_remove_fixed_event_handler) | |||
563 | * PARAMETERS: gpe_device - Namespace node for the GPE (NULL for FADT | 563 | * PARAMETERS: gpe_device - Namespace node for the GPE (NULL for FADT |
564 | * defined GPEs) | 564 | * defined GPEs) |
565 | * gpe_number - The GPE number within the GPE block | 565 | * gpe_number - The GPE number within the GPE block |
566 | * Type - Whether this GPE should be treated as an | 566 | * type - Whether this GPE should be treated as an |
567 | * edge- or level-triggered interrupt. | 567 | * edge- or level-triggered interrupt. |
568 | * Address - Address of the handler | 568 | * address - Address of the handler |
569 | * Context - Value passed to the handler on each GPE | 569 | * context - Value passed to the handler on each GPE |
570 | * | 570 | * |
571 | * RETURN: Status | 571 | * RETURN: Status |
572 | * | 572 | * |
@@ -673,7 +673,7 @@ ACPI_EXPORT_SYMBOL(acpi_install_gpe_handler) | |||
673 | * PARAMETERS: gpe_device - Namespace node for the GPE (NULL for FADT | 673 | * PARAMETERS: gpe_device - Namespace node for the GPE (NULL for FADT |
674 | * defined GPEs) | 674 | * defined GPEs) |
675 | * gpe_number - The event to remove a handler | 675 | * gpe_number - The event to remove a handler |
676 | * Address - Address of the handler | 676 | * address - Address of the handler |
677 | * | 677 | * |
678 | * RETURN: Status | 678 | * RETURN: Status |
679 | * | 679 | * |
@@ -769,8 +769,8 @@ ACPI_EXPORT_SYMBOL(acpi_remove_gpe_handler) | |||
769 | * | 769 | * |
770 | * FUNCTION: acpi_acquire_global_lock | 770 | * FUNCTION: acpi_acquire_global_lock |
771 | * | 771 | * |
772 | * PARAMETERS: Timeout - How long the caller is willing to wait | 772 | * PARAMETERS: timeout - How long the caller is willing to wait |
773 | * Handle - Where the handle to the lock is returned | 773 | * handle - Where the handle to the lock is returned |
774 | * (if acquired) | 774 | * (if acquired) |
775 | * | 775 | * |
776 | * RETURN: Status | 776 | * RETURN: Status |
@@ -817,7 +817,7 @@ ACPI_EXPORT_SYMBOL(acpi_acquire_global_lock) | |||
817 | * | 817 | * |
818 | * FUNCTION: acpi_release_global_lock | 818 | * FUNCTION: acpi_release_global_lock |
819 | * | 819 | * |
820 | * PARAMETERS: Handle - Returned from acpi_acquire_global_lock | 820 | * PARAMETERS: handle - Returned from acpi_acquire_global_lock |
821 | * | 821 | * |
822 | * RETURN: Status | 822 | * RETURN: Status |
823 | * | 823 | * |