diff options
author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-02-08 09:25:58 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-02-08 09:25:58 -0800 |
commit | 7b791d445500c5674b1ef00fefc0e343ed2f85b7 (patch) | |
tree | fcb14a27185616c694817cbc4b534c91099abb6e /drivers/acpi/osl.c | |
parent | 8811930dc74a503415b35c4a79d14fb0b408a361 (diff) | |
parent | 2e6c4e5101633a54aeee1f2e83020ee77fcb70d2 (diff) | |
download | op-kernel-dev-7b791d445500c5674b1ef00fefc0e343ed2f85b7.zip op-kernel-dev-7b791d445500c5674b1ef00fefc0e343ed2f85b7.tar.gz |
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6
* 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6:
acer-wmi, tc1100-wmi: select ACPI_WMI
ACPI: WMI: Improve Kconfig description
ACPI: DMI: add Panasonic CF-52 and Thinpad X61
ACPI: thermal: syntax, spelling, kernel-doc
intel_menlo: build on X86 only
ACPI: build WMI on X86 only
ACPI: cpufreq: Print _PPC changes via cpufreq debug layer
ACPI: add newline to printk
Diffstat (limited to 'drivers/acpi/osl.c')
-rw-r--r-- | 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. |