diff options
author | Len Brown <len.brown@intel.com> | 2008-02-07 14:42:25 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2008-02-07 14:42:25 -0500 |
commit | b0b23e0ade6aa265d7278e06d50bc10ec81dd174 (patch) | |
tree | 6da2f3512adc706df3db3278ecd8cf1e73adbf29 /drivers | |
parent | 0afc2edfada50980bec999f94dcea26ebad3dda6 (diff) |
ACPI: add newline to printk
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/acpi/osl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/osl.c b/drivers/acpi/osl.c index 27ccd68b8f46..a14501c98f40 100644 --- a/drivers/acpi/osl.c +++ b/drivers/acpi/osl.c | |||
@@ -343,7 +343,7 @@ struct acpi_table_header *acpi_find_dsdt_initrd(void) | |||
343 | struct kstat stat; | 343 | struct kstat stat; |
344 | char *ramfs_dsdt_name = "/DSDT.aml"; | 344 | char *ramfs_dsdt_name = "/DSDT.aml"; |
345 | 345 | ||
346 | printk(KERN_INFO PREFIX "Checking initramfs for custom DSDT"); | 346 | printk(KERN_INFO PREFIX "Checking initramfs for custom DSDT\n"); |
347 | 347 | ||
348 | /* | 348 | /* |
349 | * Never do this at home, only the user-space is allowed to open a file. | 349 | * Never do this at home, only the user-space is allowed to open a file. |