public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* missing \n in sc1200wdt driver.
@ 2006-04-03  4:19 Dave Jones
  0 siblings, 0 replies; only message in thread
From: Dave Jones @ 2006-04-03  4:19 UTC (permalink / raw)
  To: Linux Kernel

Fix printk output.

sc1200wdt: build 20020303<3>sc1200wdt: io parameter must be specified

Signed-off-by: Dave Jones <davej@redhat.com>

--- linux-2.6.15.noarch/drivers/char/watchdog/sc1200wdt.c~	2006-02-01 22:24:11.000000000 -0500
+++ linux-2.6.15.noarch/drivers/char/watchdog/sc1200wdt.c	2006-02-01 22:24:43.000000000 -0500
@@ -377,7 +377,7 @@ static int __init sc1200wdt_init(void)
 {
 	int ret;
 
-	printk(banner);
+	printk("%s\n", banner);
 
 	spin_lock_init(&sc1200wdt_lock);
 	sema_init(&open_sem, 1);



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

only message in thread, other threads:[~2006-04-03  4:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-03  4:19 missing \n in sc1200wdt driver Dave Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox