diff options
Diffstat (limited to 'drivers/acpi/acpica/nsparse.c')
| -rw-r--r-- | drivers/acpi/acpica/nsparse.c | 12 | 
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/acpi/acpica/nsparse.c b/drivers/acpi/acpica/nsparse.c index 5808c89e9fa..e83cff31754 100644 --- a/drivers/acpi/acpica/nsparse.c +++ b/drivers/acpi/acpica/nsparse.c @@ -5,7 +5,7 @@   *****************************************************************************/  /* - * Copyright (C) 2000 - 2010, Intel Corp. + * Copyright (C) 2000 - 2014, Intel Corp.   * All rights reserved.   *   * Redistribution and use in source and binary forms, with or without @@ -140,7 +140,7 @@ acpi_ns_one_complete_parse(u32 pass_number,  			  pass_number));  	status = acpi_ps_parse_aml(walk_state); -      cleanup: +cleanup:  	acpi_ps_delete_parse_tree(parse_root);  	return_ACPI_STATUS(status);  } @@ -168,11 +168,11 @@ acpi_ns_parse_table(u32 table_index, struct acpi_namespace_node *start_node)  	/*  	 * AML Parse, pass 1  	 * -	 * In this pass, we load most of the namespace.  Control methods -	 * are not parsed until later.  A parse tree is not created.  Instead, -	 * each Parser Op subtree is deleted when it is finished.  This saves +	 * In this pass, we load most of the namespace. Control methods +	 * are not parsed until later. A parse tree is not created. Instead, +	 * each Parser Op subtree is deleted when it is finished. This saves  	 * a great deal of memory, and allows a small cache of parse objects -	 * to service the entire parse.  The second pass of the parse then +	 * to service the entire parse. The second pass of the parse then  	 * performs another complete parse of the AML.  	 */  	ACPI_DEBUG_PRINT((ACPI_DB_PARSE, "**** Start pass 1\n"));  | 
