diff options
Diffstat (limited to 'drivers/acpi/acpica/dsobject.c')
| -rw-r--r-- | drivers/acpi/acpica/dsobject.c | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/drivers/acpi/acpica/dsobject.c b/drivers/acpi/acpica/dsobject.c index 68592dd34960..c9f15d3a3686 100644 --- a/drivers/acpi/acpica/dsobject.c +++ b/drivers/acpi/acpica/dsobject.c @@ -293,7 +293,7 @@ acpi_ds_build_internal_buffer_obj(struct acpi_walk_state *walk_state,  	/*  	 * Second arg is the buffer data (optional) byte_list can be either -	 * individual bytes or a string initializer.  In either case, a +	 * individual bytes or a string initializer. In either case, a  	 * byte_list appears in the AML.  	 */  	arg = op->common.value.arg;	/* skip first arg */ @@ -568,7 +568,7 @@ acpi_ds_create_node(struct acpi_walk_state *walk_state,  	/*  	 * Because of the execution pass through the non-control-method -	 * parts of the table, we can arrive here twice.  Only init +	 * parts of the table, we can arrive here twice. Only init  	 * the named object node the first time through  	 */  	if (acpi_ns_get_attached_object(node)) { @@ -618,7 +618,7 @@ acpi_ds_create_node(struct acpi_walk_state *walk_state,   * RETURN:      Status   *   * DESCRIPTION: Initialize a namespace object from a parser Op and its - *              associated arguments.  The namespace object is a more compact + *              associated arguments. The namespace object is a more compact   *              representation of the Op and its arguments.   *   ******************************************************************************/ |