projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0afc2ed
)
ACPI: add newline to printk
author
Len Brown
<len.brown@intel.com>
Thu, 7 Feb 2008 19:42:25 +0000
(14:42 -0500)
committer
Len Brown
<len.brown@intel.com>
Thu, 7 Feb 2008 19:42:25 +0000
(14:42 -0500)
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/osl.c
patch
|
blob
|
history
diff --git
a/drivers/acpi/osl.c
b/drivers/acpi/osl.c
index 27ccd68b8f462de790a7243219197e4631b8fcf9..a14501c98f40908f7b415e18490914320c720d4e 100644
(file)
--- a/
drivers/acpi/osl.c
+++ b/
drivers/acpi/osl.c
@@
-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.