Skip to content

Commit 5867b85

Browse files
ColinIanKingmartinkpetersen
authored andcommitted
scsi: mpi3mr: Fix some spelling mistakes
There are some spelling mistakes in some literal strings. Fix them. Link: https://lore.kernel.org/r/20211224175240.1348942-1-colin.i.king@gmail.com Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
1 parent 9211faa commit 5867b85

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

drivers/scsi/mpi3mr/mpi3mr_fw.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -901,7 +901,7 @@ static const struct {
901901
},
902902
{ MPI3MR_RESET_FROM_SYSFS, "sysfs invocation" },
903903
{ MPI3MR_RESET_FROM_SYSFS_TIMEOUT, "sysfs TM timeout" },
904-
{ MPI3MR_RESET_FROM_FIRMWARE, "firmware asynchronus reset" },
904+
{ MPI3MR_RESET_FROM_FIRMWARE, "firmware asynchronous reset" },
905905
};
906906

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

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

0 commit comments

Comments
 (0)