ACPICA: Core: Major update for code formatting, no functional changes
[linux-2.6-block.git] / drivers / acpi / acpica / tbutils.c
index d8ddef38c947f750a226cee1b69fa373c9e1bf8f..72bcccf1b7c495b376fec8ee23e13954ef2cf078 100644 (file)
@@ -121,6 +121,7 @@ void acpi_tb_check_dsdt_header(void)
                ACPI_BIOS_ERROR((AE_INFO,
                                 "The DSDT has been corrupted or replaced - "
                                 "old, new headers below"));
+
                acpi_tb_print_table_header(0, &acpi_gbl_original_dsdt_header);
                acpi_tb_print_table_header(0, acpi_gbl_DSDT);
 
@@ -379,7 +380,6 @@ next_table:
        }
 
        acpi_os_unmap_memory(table, length);
-
        return_ACPI_STATUS(AE_OK);
 }