Meelis Roos wrote: > 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); > ACK. If James does not pick this up, then I will put it in my patchset. Thanks for the patch. - To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html