ACPICA: Core: Major update for code formatting, no functional changes
[deliverable/linux.git] / drivers / acpi / acpica / exstorob.c
index e1d4f4d51b97a41703546fdd71d6efb5770e3544..ad3bc92af2e68f6562453862a18d827846ffb29b 100644 (file)
@@ -1,6 +1,6 @@
 /******************************************************************************
  *
- * Module Name: exstorob - AML Interpreter object store support, store to object
+ * Module Name: exstorob - AML object store support, store to object
  *
  *****************************************************************************/
 
@@ -203,8 +203,9 @@ acpi_ex_store_string_to_string(union acpi_operand_object *source_desc,
                        ACPI_FREE(target_desc->string.pointer);
                }
 
-               target_desc->string.pointer = ACPI_ALLOCATE_ZEROED((acpi_size)
-                                                                  length + 1);
+               target_desc->string.pointer =
+                   ACPI_ALLOCATE_ZEROED((acpi_size) length + 1);
+
                if (!target_desc->string.pointer) {
                        return_ACPI_STATUS(AE_NO_MEMORY);
                }
This page took 0.024937 seconds and 5 git commands to generate.