diff mbox series

scsi: snic: Fix spelling mistake "progres" -> "progress"

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

Commit Message

Colin King Aug. 20, 2021, 3:18 p.m. UTC
From: Colin Ian King <colin.king@canonical.com>

There is a spelling mistake in a SNIC_HOST_INFO message. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/scsi/snic/snic_scsi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Martin K. Petersen Aug. 24, 2021, 3:20 a.m. UTC | #1
Colin,

> There is a spelling mistake in a SNIC_HOST_INFO message. Fix it.

Applied to 5.15/scsi-staging, thanks!
Martin K. Petersen Aug. 28, 2021, 2:32 a.m. UTC | #2
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 mbox series

Patch

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;