scsi: be2iscsi: fix spelling mistake "Retreiving" -> "Retrieving"
Trivial fix to spelling mistake in beiscsi_log message. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
c4dba187e6
commit
fd13f0517d
@ -771,7 +771,7 @@ int beiscsi_get_host_param(struct Scsi_Host *shost,
|
|||||||
status = beiscsi_get_initiator_name(phba, buf, false);
|
status = beiscsi_get_initiator_name(phba, buf, false);
|
||||||
if (status < 0) {
|
if (status < 0) {
|
||||||
beiscsi_log(phba, KERN_ERR, BEISCSI_LOG_CONFIG,
|
beiscsi_log(phba, KERN_ERR, BEISCSI_LOG_CONFIG,
|
||||||
"BS_%d : Retreiving Initiator Name Failed\n");
|
"BS_%d : Retrieving Initiator Name Failed\n");
|
||||||
status = 0;
|
status = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user