* Remove extraneous \n in doubletalk init printk.
@ 2006-04-03 4:17 Dave Jones
0 siblings, 0 replies; only message in thread
From: Dave Jones @ 2006-04-03 4:17 UTC (permalink / raw)
To: Linux Kernel
Doubletalk printk's an extraneous \n
Signed-off-by: Dave Jones <davej@redhat.com>
--- linux-2.6.15.noarch/drivers/char/dtlk.c~ 2006-02-01 22:17:38.000000000 -0500
+++ linux-2.6.15.noarch/drivers/char/dtlk.c 2006-02-01 22:19:16.000000000 -0500
@@ -490,7 +490,7 @@ for (i = 0; i < 10; i++) \
release_region(dtlk_portlist[i], DTLK_IO_EXTENT);
}
- printk(KERN_INFO "\nDoubleTalk PC - not found\n");
+ printk(KERN_INFO "DoubleTalk PC - not found\n");
return -ENODEV;
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-04-03 4:17 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:17 Remove extraneous \n in doubletalk init printk Dave Jones
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox