[SCSI] iscsi: align printks
align printk output Signed-off-by: Or Gerlitz <ogerlitz@voltaire.com> Signed-off-by: Mike Christie <michaelc@cs.wisc.edu> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
This commit is contained in:
committed by
James Bottomley
parent
ed2abc7ff1
commit
be2df72e7e
@@ -2585,7 +2585,8 @@ static int __init
|
||||
iscsi_tcp_init(void)
|
||||
{
|
||||
if (iscsi_max_lun < 1) {
|
||||
printk(KERN_ERR "Invalid max_lun value of %u\n", iscsi_max_lun);
|
||||
printk(KERN_ERR "iscsi_tcp: Invalid max_lun value of %u\n",
|
||||
iscsi_max_lun);
|
||||
return -EINVAL;
|
||||
}
|
||||
iscsi_tcp_transport.max_lun = iscsi_max_lun;
|
||||
|
||||
Reference in New Issue
Block a user