diff options
Diffstat (limited to 'drivers/acpi/acpica/acobject.h')
| -rw-r--r-- | drivers/acpi/acpica/acobject.h | 7 | 
1 files changed, 3 insertions, 4 deletions
| diff --git a/drivers/acpi/acpica/acobject.h b/drivers/acpi/acpica/acobject.h index 364a1303fb8f..24eb9eac9514 100644 --- a/drivers/acpi/acpica/acobject.h +++ b/drivers/acpi/acpica/acobject.h @@ -1,4 +1,3 @@ -  /******************************************************************************   *   * Name: acobject.h - Definition of union acpi_operand_object  (Internal object only) @@ -179,7 +178,7 @@ struct acpi_object_method {  	union acpi_operand_object *mutex;  	u8 *aml_start;  	union { -		ACPI_INTERNAL_METHOD implementation; +		acpi_internal_method implementation;  		union acpi_operand_object *handler;  	} dispatch; @@ -198,7 +197,7 @@ struct acpi_object_method {  /******************************************************************************   * - * Objects that can be notified.  All share a common notify_info area. + * Objects that can be notified. All share a common notify_info area.   *   *****************************************************************************/ @@ -235,7 +234,7 @@ ACPI_OBJECT_COMMON_HEADER ACPI_COMMON_NOTIFY_INFO};  /******************************************************************************   * - * Fields.  All share a common header/info field. + * Fields. All share a common header/info field.   *   *****************************************************************************/ |