* [PATCH net-next] net: mctp: fix typo in comment
@ 2025-09-05 16:50 Alok Tiwari
2025-09-08 1:20 ` Jeremy Kerr
2025-09-09 1:00 ` patchwork-bot+netdevbpf
0 siblings, 2 replies; 3+ messages in thread
From: Alok Tiwari @ 2025-09-05 16:50 UTC (permalink / raw)
To: jk, matt, davem, edumazet, kuba, pabeni, horms, netdev; +Cc: alok.a.tiwari
Correct a typo in af_mctp.c: "fist" -> "first".
Signed-off-by: Alok Tiwari <alok.a.tiwari@oracle.com>
---
net/mctp/af_mctp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/mctp/af_mctp.c b/net/mctp/af_mctp.c
index 685524800d70..b99ba14f39d2 100644
--- a/net/mctp/af_mctp.c
+++ b/net/mctp/af_mctp.c
@@ -256,7 +256,7 @@ static int mctp_sendmsg(struct socket *sock, struct msghdr *msg, size_t len)
skb_reserve(skb, hlen);
- /* set type as fist byte in payload */
+ /* set type as first byte in payload */
*(u8 *)skb_put(skb, 1) = addr->smctp_type;
rc = memcpy_from_msg((void *)skb_put(skb, len), msg, len);
--
2.50.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH net-next] net: mctp: fix typo in comment
2025-09-05 16:50 [PATCH net-next] net: mctp: fix typo in comment Alok Tiwari
@ 2025-09-08 1:20 ` Jeremy Kerr
2025-09-09 1:00 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 3+ messages in thread
From: Jeremy Kerr @ 2025-09-08 1:20 UTC (permalink / raw)
To: Alok Tiwari, matt, davem, edumazet, kuba, pabeni, horms, netdev
Hi Alok,
> Correct a typo in af_mctp.c: "fist" -> "first".
Thanks.
Acked-by: Jeremy Kerr <jk@codeconstruct.com.au>
Cheers,
Jeremy
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH net-next] net: mctp: fix typo in comment
2025-09-05 16:50 [PATCH net-next] net: mctp: fix typo in comment Alok Tiwari
2025-09-08 1:20 ` Jeremy Kerr
@ 2025-09-09 1:00 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2025-09-09 1:00 UTC (permalink / raw)
To: Alok Tiwari; +Cc: jk, matt, davem, edumazet, kuba, pabeni, horms, netdev
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Fri, 5 Sep 2025 09:50:03 -0700 you wrote:
> Correct a typo in af_mctp.c: "fist" -> "first".
>
> Signed-off-by: Alok Tiwari <alok.a.tiwari@oracle.com>
> ---
> net/mctp/af_mctp.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Here is the summary with links:
- [net-next] net: mctp: fix typo in comment
https://git.kernel.org/netdev/net-next/c/bd64723327e3
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-09-09 1:00 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-05 16:50 [PATCH net-next] net: mctp: fix typo in comment Alok Tiwari
2025-09-08 1:20 ` Jeremy Kerr
2025-09-09 1:00 ` patchwork-bot+netdevbpf
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).