aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2025-02-21 08:32:53 +0000
committerMartin K. Petersen <[email protected]>2025-02-25 01:07:56 +0000
commitc337ce64ea8a396b0b04f99be209c7957ee893dd (patch)
tree1a09efdce30952ba438019ba35a4ac4c65de365d
parentMerge patch series "mpi3mr: Few Enhancements and minor fixes" (diff)
downloadkernel-c337ce64ea8a396b0b04f99be209c7957ee893dd.tar.gz
kernel-c337ce64ea8a396b0b04f99be209c7957ee893dd.zip
scsi: mpt3sas: Fix spelling mistake "receveid" -> "received"
There is a spelling mistake in a ioc_err message. Fix it. Signed-off-by: Colin Ian King <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Martin K. Petersen <[email protected]>
-rw-r--r--drivers/scsi/mpt3sas/mpt3sas_ctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/mpt3sas/mpt3sas_ctl.c b/drivers/scsi/mpt3sas/mpt3sas_ctl.c
index bd3919f15adb..ff8fedf5f20e 100644
--- a/drivers/scsi/mpt3sas/mpt3sas_ctl.c
+++ b/drivers/scsi/mpt3sas/mpt3sas_ctl.c
@@ -2959,7 +2959,7 @@ int mpt3sas_send_mctp_passthru_req(struct mpt3_passthru_command *command)
mpi_request = (MPI2RequestHeader_t *)command->mpi_request;
if (mpi_request->Function != MPI2_FUNCTION_MCTP_PASSTHROUGH) {
- ioc_err(ioc, "%s: Invalid request receveid, Function 0x%x\n",
+ ioc_err(ioc, "%s: Invalid request received, Function 0x%x\n",
__func__, mpi_request->Function);
ret = -EINVAL;
goto unlock_ctl_cmds;