Skip to content

Commit

Permalink
[SCSI] iscsi: newline in printk
Browse files Browse the repository at this point in the history
This patch cures two run together printk messages in iSCSI
driver.

Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
  • Loading branch information
Meelis Roos authored and James Bottomley committed Jan 6, 2007
1 parent 59c17ec commit 0949260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/scsi/scsi_transport_iscsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1416,7 +1416,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);
Expand Down

0 comments on commit 0949260

Please sign in to comment.