ACPICA: Core: Major update for code formatting, no functional changes
[linux-2.6-block.git] / drivers / acpi / acpica / uterror.c
index 9ef80f2828e321a951666061239a8960fea531b3..f93bb90ea72ae3b5e58cb79988767b38833e935b 100644 (file)
@@ -217,8 +217,9 @@ acpi_ut_namespace_error(const char *module_name,
        } else {
                /* Convert path to external format */
 
-               status = acpi_ns_externalize_name(ACPI_UINT32_MAX,
-                                                 internal_name, NULL, &name);
+               status =
+                   acpi_ns_externalize_name(ACPI_UINT32_MAX, internal_name,
+                                            NULL, &name);
 
                /* Print target name */
 
@@ -271,9 +272,8 @@ acpi_ut_method_error(const char *module_name,
        acpi_os_printf(ACPI_MSG_ERROR);
 
        if (path) {
-               status =
-                   acpi_ns_get_node(prefix_node, path, ACPI_NS_NO_UPSEARCH,
-                                    &node);
+               status = acpi_ns_get_node(prefix_node, path,
+                                         ACPI_NS_NO_UPSEARCH, &node);
                if (ACPI_FAILURE(status)) {
                        acpi_os_printf("[Could not get node by pathname]");
                }