scsi: snic: Fix spelling mistake 'progres' -> 'progress'
There is a spelling mistake in a SNIC_HOST_INFO message. Fix it. Link: https://lore.kernel.org/r/20210820151835.59804-1-colin.king@canonical.com 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
1c22e32754
commit
1259d5f0f5
|
@ -2335,7 +2335,7 @@ snic_reset(struct Scsi_Host *shost, struct scsi_cmnd *sc)
|
|||
spin_lock_irqsave(&snic->snic_lock, flags);
|
||||
if (snic_get_state(snic) == SNIC_FWRESET) {
|
||||
spin_unlock_irqrestore(&snic->snic_lock, flags);
|
||||
SNIC_HOST_INFO(shost, "reset:prev reset is in progres\n");
|
||||
SNIC_HOST_INFO(shost, "reset:prev reset is in progress\n");
|
||||
|
||||
msleep(SNIC_HOST_RESET_TIMEOUT);
|
||||
ret = SUCCESS;
|
||||
|
|
Loading…
Reference in New Issue