diff options
author | Joe Perches <joe@perches.com> | 2007-11-19 17:48:02 -0800 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-11-19 21:53:32 -0500 |
commit | 4fdb2a05ef5703553fdd28f1b96ebdd79f173657 (patch) | |
tree | 24f3b8906bbbead7a26005ae397835c38db6a625 /drivers/acpi/processor_core.c | |
parent | 55b8d50c1a7b2d53eddaa3114dc55b0ed00df0f3 (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/processor_core.c')
-rw-r--r-- | drivers/acpi/processor_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/processor_core.c b/drivers/acpi/processor_core.c index 235a51e328c3..44156e73de61 100644 --- a/drivers/acpi/processor_core.c +++ b/drivers/acpi/processor_core.c @@ -647,7 +647,7 @@ static int __cpuinit acpi_processor_start(struct acpi_device *device) */ if (processor_device_array[pr->id] != NULL && processor_device_array[pr->id] != device) { - printk(KERN_WARNING "BIOS reported wrong ACPI id" + printk(KERN_WARNING "BIOS reported wrong ACPI id " "for the processor\n"); return -ENODEV; } |