mirror of
https://github.com/torvalds/linux.git
synced 2024-12-01 08:31:37 +00:00
ACPI: add newline to printk
Signed-off-by: Len Brown <len.brown@intel.com>
This commit is contained in:
parent
0afc2edfad
commit
b0b23e0ade
@ -343,7 +343,7 @@ struct acpi_table_header *acpi_find_dsdt_initrd(void)
|
||||
struct kstat stat;
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user