* [PATCH] scsi: mpt3sas: Fix spelling mistake "receveid" -> "received"
@ 2025-02-21 8:32 Colin Ian King
2025-02-21 8:34 ` Colin King (gmail)
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Colin Ian King @ 2025-02-21 8:32 UTC (permalink / raw)
To: Sathya Prakash, Sreekanth Reddy, Suganath Prabu Subramani,
James E . J . Bottomley, Martin K . Petersen, MPT-FusionLinux.pdl,
linux-scsi
Cc: kernel-janitors, linux-kernel
There is a spelling mistake in a ioc_err message. Fix it.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
drivers/scsi/mpt3sas/mpt3sas_ctl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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;
--
2.47.2
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] scsi: mpt3sas: Fix spelling mistake "receveid" -> "received"
2025-02-21 8:32 [PATCH] scsi: mpt3sas: Fix spelling mistake "receveid" -> "received" Colin Ian King
@ 2025-02-21 8:34 ` Colin King (gmail)
2025-02-25 1:08 ` Martin K. Petersen
2025-03-04 3:19 ` Martin K. Petersen
2 siblings, 0 replies; 4+ messages in thread
From: Colin King (gmail) @ 2025-02-21 8:34 UTC (permalink / raw)
To: Sathya Prakash, Sreekanth Reddy, Suganath Prabu Subramani,
James E . J . Bottomley, Martin K . Petersen, MPT-FusionLinux.pdl,
linux-scsi
Cc: kernel-janitors, linux-kernel
[-- Attachment #1.1.1: Type: text/plain, Size: 1005 bytes --]
Forgot to add [next] in subject line
On 21/02/2025 08:32, Colin Ian King wrote:
> There is a spelling mistake in a ioc_err message. Fix it.
>
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
> ---
> drivers/scsi/mpt3sas/mpt3sas_ctl.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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;
[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 4901 bytes --]
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 840 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] scsi: mpt3sas: Fix spelling mistake "receveid" -> "received"
2025-02-21 8:32 [PATCH] scsi: mpt3sas: Fix spelling mistake "receveid" -> "received" Colin Ian King
2025-02-21 8:34 ` Colin King (gmail)
@ 2025-02-25 1:08 ` Martin K. Petersen
2025-03-04 3:19 ` Martin K. Petersen
2 siblings, 0 replies; 4+ messages in thread
From: Martin K. Petersen @ 2025-02-25 1:08 UTC (permalink / raw)
To: Colin Ian King
Cc: Sathya Prakash, Sreekanth Reddy, Suganath Prabu Subramani,
James E . J . Bottomley, Martin K . Petersen, MPT-FusionLinux.pdl,
linux-scsi, kernel-janitors, linux-kernel
Colin,
> There is a spelling mistake in a ioc_err message. Fix it.
Applied to 6.15/scsi-staging, thanks!
--
Martin K. Petersen Oracle Linux Engineering
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] scsi: mpt3sas: Fix spelling mistake "receveid" -> "received"
2025-02-21 8:32 [PATCH] scsi: mpt3sas: Fix spelling mistake "receveid" -> "received" Colin Ian King
2025-02-21 8:34 ` Colin King (gmail)
2025-02-25 1:08 ` Martin K. Petersen
@ 2025-03-04 3:19 ` Martin K. Petersen
2 siblings, 0 replies; 4+ messages in thread
From: Martin K. Petersen @ 2025-03-04 3:19 UTC (permalink / raw)
To: Sathya Prakash, Sreekanth Reddy, Suganath Prabu Subramani,
James E . J . Bottomley, MPT-FusionLinux.pdl, linux-scsi,
Colin Ian King
Cc: Martin K . Petersen, kernel-janitors, linux-kernel
On Fri, 21 Feb 2025 08:32:53 +0000, Colin Ian King wrote:
> There is a spelling mistake in a ioc_err message. Fix it.
>
>
Applied to 6.15/scsi-queue, thanks!
[1/1] scsi: mpt3sas: Fix spelling mistake "receveid" -> "received"
https://git.kernel.org/mkp/scsi/c/c337ce64ea8a
--
Martin K. Petersen Oracle Linux Engineering
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-03-04 3:19 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-21 8:32 [PATCH] scsi: mpt3sas: Fix spelling mistake "receveid" -> "received" Colin Ian King
2025-02-21 8:34 ` Colin King (gmail)
2025-02-25 1:08 ` Martin K. Petersen
2025-03-04 3:19 ` Martin K. Petersen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox