All of lore.kernel.org
 help / color / mirror / Atom feed
* [TRIVIAL] missing closing \n in printk
@ 2004-05-01 18:36 Rene Herman
  0 siblings, 0 replies; only message in thread
From: Rene Herman @ 2004-05-01 18:36 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Linux Kernel

[-- Attachment #1: Type: text/plain, Size: 0 bytes --]



[-- Attachment #2: linux-2.6.6-rc3-mm1_smbios-printk-typo.diff --]
[-- Type: text/plain, Size: 506 bytes --]

--- 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"

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-05-01 18:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-01 18:36 [TRIVIAL] missing closing \n in printk Rene Herman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.