Commit b0b23e0a authored by Len Brown's avatar Len Brown

ACPI: add newline to printk

Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent 0afc2edf
...@@ -343,7 +343,7 @@ struct acpi_table_header *acpi_find_dsdt_initrd(void) ...@@ -343,7 +343,7 @@ struct acpi_table_header *acpi_find_dsdt_initrd(void)
struct kstat stat; struct kstat stat;
char *ramfs_dsdt_name = "/DSDT.aml"; char *ramfs_dsdt_name = "/DSDT.aml";
printk(KERN_INFO PREFIX "Checking initramfs for custom DSDT"); printk(KERN_INFO PREFIX "Checking initramfs for custom DSDT\n");
/* /*
* Never do this at home, only the user-space is allowed to open a file. * Never do this at home, only the user-space is allowed to open a file.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment