summaryrefslogtreecommitdiff
path: root/drivers/acpi/tables
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2007-11-19 17:48:02 -0800
committerLen Brown <len.brown@intel.com>2007-11-19 21:53:32 -0500
commit4fdb2a05ef5703553fdd28f1b96ebdd79f173657 (patch)
tree24f3b8906bbbead7a26005ae397835c38db6a625 /drivers/acpi/tables
parent55b8d50c1a7b2d53eddaa3114dc55b0ed00df0f3 (diff)
ACPI: Add missing spaces to printk format
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/tables')
-rw-r--r--drivers/acpi/tables/tbutils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/tables/tbutils.c b/drivers/acpi/tables/tbutils.c
index 5f1d85f2ffe..010f19652f8 100644
--- a/drivers/acpi/tables/tbutils.c
+++ b/drivers/acpi/tables/tbutils.c
@@ -449,7 +449,7 @@ acpi_tb_parse_root_table(acpi_physical_address rsdp_address, u8 flags)
/* XSDT has NULL entry, RSDT is used */
address = rsdt_address;
table_entry_size = sizeof(u32);
- ACPI_WARNING((AE_INFO, "BIOS XSDT has NULL entry,"
+ ACPI_WARNING((AE_INFO, "BIOS XSDT has NULL entry, "
"using RSDT"));
}
}