All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] newline in iscsi printk
@ 2006-11-30 11:38 Meelis Roos
  2006-11-30 12:04 ` Mike Christie
  0 siblings, 1 reply; 2+ messages in thread
From: Meelis Roos @ 2006-11-30 11:38 UTC (permalink / raw)
  To: linux-scsi

This patch against 2.6.19 cures two runtogether printk messages in iSCSI 
driver.

diff --git a/drivers/scsi/scsi_transport_iscsi.c b/drivers/scsi/scsi_transport_iscsi.c
index 9b25124..2648dbd 100644
--- a/drivers/scsi/scsi_transport_iscsi.c
+++ b/drivers/scsi/scsi_transport_iscsi.c
@@ -1414,7 +1414,7 @@ static __init int iscsi_transport_init(void)
 {
 	int err;
 
-	printk(KERN_INFO "Loading iSCSI transport class v%s.",
+	printk(KERN_INFO "Loading iSCSI transport class v%s.\n",
 		ISCSI_TRANSPORT_VERSION);
 
 	err = class_register(&iscsi_transport_class);

-- 
Meelis Roos (mroos@linux.ee)

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-11-30 18:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-30 11:38 [PATCH] newline in iscsi printk Meelis Roos
2006-11-30 12:04 ` Mike Christie

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.