Message ID | 20210820151835.59804-1-colin.king@canonical.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | scsi: snic: Fix spelling mistake "progres" -> "progress" | expand |
Colin,
> There is a spelling mistake in a SNIC_HOST_INFO message. Fix it.
Applied to 5.15/scsi-staging, thanks!
On Fri, 20 Aug 2021 16:18:35 +0100, Colin King wrote: > From: Colin Ian King <colin.king@canonical.com> > > There is a spelling mistake in a SNIC_HOST_INFO message. Fix it. > > > > > [...] Applied to 5.15/scsi-queue, thanks! [1/1] scsi: snic: Fix spelling mistake "progres" -> "progress" https://git.kernel.org/mkp/scsi/c/1259d5f0f5ef
diff --git a/drivers/scsi/snic/snic_scsi.c b/drivers/scsi/snic/snic_scsi.c index 95740caa1eb0..43a950185e24 100644 --- a/drivers/scsi/snic/snic_scsi.c +++ b/drivers/scsi/snic/snic_scsi.c @@ -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;