Gitweb:
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b0b23e0ade6aa265d7278e06d50bc10ec81dd174
Commit: b0b23e0ade6aa265d7278e06d50bc10ec81dd174
Parent: 0afc2edfada50980bec999f94dcea26ebad3dda6
Author: Len Brown <[EMAIL PROTECTED]>
AuthorDate: Thu Feb 7 14:42:25 2008 -0500
Committer: Len Brown <[EMAIL PROTECTED]>
CommitDate: Thu Feb 7 14:42:25 2008 -0500
ACPI: add newline to printk
Signed-off-by: Len Brown <[EMAIL PROTECTED]>
---
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 27ccd68..a14501c 100644
--- 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.
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html