mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-02-19 07:49:02 -05:00
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>
This commit is contained in:
committed by
Martin K. Petersen
parent
7507203e68
commit
c337ce64ea
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user