diff options
Diffstat (limited to 'drivers/acpi/acpica/exoparg3.c')
| -rw-r--r-- | drivers/acpi/acpica/exoparg3.c | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/acpi/acpica/exoparg3.c b/drivers/acpi/acpica/exoparg3.c index 71fcc65c9ff..2c89b4651f0 100644 --- a/drivers/acpi/acpica/exoparg3.c +++ b/drivers/acpi/acpica/exoparg3.c @@ -1,4 +1,3 @@ -  /******************************************************************************   *   * Module Name: exoparg3 - AML execution - opcodes with 3 arguments @@ -158,7 +157,7 @@ acpi_status acpi_ex_opcode_3A_1T_1R(struct acpi_walk_state *walk_state)  	case AML_MID_OP:	/* Mid (Source[0], Index[1], Length[2], Result[3]) */  		/* -		 * Create the return object.  The Source operand is guaranteed to be +		 * Create the return object. The Source operand is guaranteed to be  		 * either a String or a Buffer, so just use its type.  		 */  		return_desc = acpi_ut_create_internal_object((operand[0])->  |