vserver 1.9.5.x5
[linux-2.6.git] / drivers / acpi / namespace / nsdumpdv.c
index 7196a01..d30a59e 100644 (file)
@@ -5,7 +5,7 @@
  *****************************************************************************/
 
 /*
- * Copyright (C) 2000 - 2004, R. Byron Moore
+ * Copyright (C) 2000 - 2005, R. Byron Moore
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -91,10 +91,10 @@ acpi_ns_dump_one_device (
                        ACPI_DEBUG_PRINT_RAW ((ACPI_DB_TABLES, " "));
                }
 
-               ACPI_DEBUG_PRINT_RAW ((ACPI_DB_TABLES, "    HID: %s, ADR: %8.8X%8.8X, Status: %X\n",
-                                 info->hardware_id.value,
-                                 ACPI_FORMAT_UINT64 (info->address),
-                                 info->current_status));
+               ACPI_DEBUG_PRINT_RAW ((ACPI_DB_TABLES,
+                       "    HID: %s, ADR: %8.8X%8.8X, Status: %X\n",
+                       info->hardware_id.value, ACPI_FORMAT_UINT64 (info->address),
+                       info->current_status));
                ACPI_MEM_FREE (info);
        }
 
@@ -133,7 +133,8 @@ acpi_ns_dump_root_devices (void)
                return;
        }
 
-       ACPI_DEBUG_PRINT ((ACPI_DB_TABLES, "Display of all devices in the namespace:\n"));
+       ACPI_DEBUG_PRINT ((ACPI_DB_TABLES,
+               "Display of all devices in the namespace:\n"));
 
        status = acpi_ns_walk_namespace (ACPI_TYPE_DEVICE, sys_bus_handle,
                         ACPI_UINT32_MAX, ACPI_NS_WALK_NO_UNLOCK,