2021-12-24 17:52:47

by Colin Ian King

[permalink] [raw]
Subject: [PATCH][next] scsi: mpi3mr: Fix some spelling mistakes

There are some spelling mistakes in some literal strings. Fix them.

Signed-off-by: Colin Ian King <[email protected]>
---
drivers/scsi/mpi3mr/mpi3mr_fw.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/scsi/mpi3mr/mpi3mr_fw.c b/drivers/scsi/mpi3mr/mpi3mr_fw.c
index c39dd4978c9d..eb07334dd43d 100644
--- a/drivers/scsi/mpi3mr/mpi3mr_fw.c
+++ b/drivers/scsi/mpi3mr/mpi3mr_fw.c
@@ -901,7 +901,7 @@ static const struct {
},
{ MPI3MR_RESET_FROM_SYSFS, "sysfs invocation" },
{ MPI3MR_RESET_FROM_SYSFS_TIMEOUT, "sysfs TM timeout" },
- { MPI3MR_RESET_FROM_FIRMWARE, "firmware asynchronus reset" },
+ { MPI3MR_RESET_FROM_FIRMWARE, "firmware asynchronous reset" },
};

/**
@@ -1242,7 +1242,7 @@ static int mpi3mr_bring_ioc_ready(struct mpi3mr_ioc *mrioc)
ioc_state = mpi3mr_get_iocstate(mrioc);
if (ioc_state == MRIOC_STATE_READY) {
ioc_info(mrioc,
- "successfully transistioned to %s state\n",
+ "successfully transitioned to %s state\n",
mpi3mr_iocstate_name(ioc_state));
return 0;
}
@@ -3844,7 +3844,7 @@ int mpi3mr_reinit_ioc(struct mpi3mr_ioc *mrioc, u8 is_resume)

if (mrioc->shost->nr_hw_queues > mrioc->num_op_reply_q) {
ioc_err(mrioc,
- "cannot create minimum number of operatioanl queues expected:%d created:%d\n",
+ "cannot create minimum number of operational queues expected:%d created:%d\n",
mrioc->shost->nr_hw_queues, mrioc->num_op_reply_q);
goto out_failed_noretry;
}
--
2.33.1



2022-01-05 05:33:47

by Martin K. Petersen

[permalink] [raw]
Subject: Re: [PATCH][next] scsi: mpi3mr: Fix some spelling mistakes


Colin,

> There are some spelling mistakes in some literal strings. Fix them.

Applied to 5.17/scsi-staging, thanks!

--
Martin K. Petersen Oracle Linux Engineering

2022-01-10 22:04:55

by Martin K. Petersen

[permalink] [raw]
Subject: Re: [PATCH][next] scsi: mpi3mr: Fix some spelling mistakes

On Fri, 24 Dec 2021 17:52:40 +0000, Colin Ian King wrote:

> There are some spelling mistakes in some literal strings. Fix them.
>
>

Applied to 5.17/scsi-queue, thanks!

[1/1] scsi: mpi3mr: Fix some spelling mistakes
https://git.kernel.org/mkp/scsi/c/5867b8569e64

--
Martin K. Petersen Oracle Linux Engineering