Skip to content

Commit

Permalink
ACPI: add newline to printk
Browse files Browse the repository at this point in the history
Signed-off-by: Len Brown <len.brown@intel.com>
  • Loading branch information
Len Brown committed Feb 7, 2008
1 parent 0afc2ed commit b0b23e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/acpi/osl.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b0b23e0

Please sign in to comment.