Skip to content

Commit c337ce6

Browse files
ColinIanKingmartinkpetersen
authored andcommitted
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 <colin.i.king@gmail.com> Link: https://lore.kernel.org/r/20250221083253.77496-1-colin.i.king@gmail.com Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
1 parent 7507203 commit c337ce6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/scsi/mpt3sas/mpt3sas_ctl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2959,7 +2959,7 @@ int mpt3sas_send_mctp_passthru_req(struct mpt3_passthru_command *command)
29592959

29602960
mpi_request = (MPI2RequestHeader_t *)command->mpi_request;
29612961
if (mpi_request->Function != MPI2_FUNCTION_MCTP_PASSTHROUGH) {
2962-
ioc_err(ioc, "%s: Invalid request receveid, Function 0x%x\n",
2962+
ioc_err(ioc, "%s: Invalid request received, Function 0x%x\n",
29632963
__func__, mpi_request->Function);
29642964
ret = -EINVAL;
29652965
goto unlock_ctl_cmds;

0 commit comments

Comments
 (0)