[TRIVIAL] missing closing \n in printk

From: Rene Herman
Date: Sat May 01 2004 - 13:41:09 EST


--- linux-2.6.6-rc3-mm1/drivers/firmware/smbios.c.orig 2004-05-01 20:16:03.000000000 +0200
+++ linux-2.6.6-rc3-mm1/drivers/firmware/smbios.c 2004-05-01 20:17:02.000000000 +0200
@@ -126,7 +126,7 @@
if(keep_going != 0)
printk(KERN_INFO "Warning: SMBIOS table does not end with a"
" structure type 127. This may indicate a"
- " truncated table.");
+ " truncated table.\n");

if(sdev->smbios_table_real_length != max_length)
printk(KERN_INFO "Warning: BIOS specified SMBIOS table length"