* [PATCH v1 net-next] psp: Fix typo in kdoc for struct psp_dev_caps.assoc_drv_spc.
@ 2025-09-18 19:25 Kuniyuki Iwashima
2025-09-19 18:29 ` Simon Horman
2025-09-20 0:20 ` patchwork-bot+netdevbpf
0 siblings, 2 replies; 3+ messages in thread
From: Kuniyuki Iwashima @ 2025-09-18 19:25 UTC (permalink / raw)
To: David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni
Cc: Simon Horman, Daniel Zahka, Kuniyuki Iwashima, Kuniyuki Iwashima,
netdev
assoc_drv_spc is the size of psp_assoc.drv_data[].
Signed-off-by: Kuniyuki Iwashima <kuniyu@google.com>
---
include/net/psp/types.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/net/psp/types.h b/include/net/psp/types.h
index d9688e66cf09..31cee64b7c86 100644
--- a/include/net/psp/types.h
+++ b/include/net/psp/types.h
@@ -98,7 +98,7 @@ struct psp_dev_caps {
/**
* @assoc_drv_spc: size of driver-specific state in Tx assoc
- * Determines the size of struct psp_assoc::drv_spc
+ * Determines the size of struct psp_assoc::drv_data
*/
u32 assoc_drv_spc;
};
--
2.51.0.470.ga7dc726c21-goog
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH v1 net-next] psp: Fix typo in kdoc for struct psp_dev_caps.assoc_drv_spc.
2025-09-18 19:25 [PATCH v1 net-next] psp: Fix typo in kdoc for struct psp_dev_caps.assoc_drv_spc Kuniyuki Iwashima
@ 2025-09-19 18:29 ` Simon Horman
2025-09-20 0:20 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 3+ messages in thread
From: Simon Horman @ 2025-09-19 18:29 UTC (permalink / raw)
To: Kuniyuki Iwashima
Cc: David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
Daniel Zahka, Kuniyuki Iwashima, netdev
On Thu, Sep 18, 2025 at 07:25:35PM +0000, Kuniyuki Iwashima wrote:
> assoc_drv_spc is the size of psp_assoc.drv_data[].
>
> Signed-off-by: Kuniyuki Iwashima <kuniyu@google.com>
Reviewed-by: Simon Horman <horms@kernel.org>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v1 net-next] psp: Fix typo in kdoc for struct psp_dev_caps.assoc_drv_spc.
2025-09-18 19:25 [PATCH v1 net-next] psp: Fix typo in kdoc for struct psp_dev_caps.assoc_drv_spc Kuniyuki Iwashima
2025-09-19 18:29 ` Simon Horman
@ 2025-09-20 0:20 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2025-09-20 0:20 UTC (permalink / raw)
To: Kuniyuki Iwashima
Cc: davem, edumazet, kuba, pabeni, horms, daniel.zahka, kuni1840,
netdev
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Thu, 18 Sep 2025 19:25:35 +0000 you wrote:
> assoc_drv_spc is the size of psp_assoc.drv_data[].
>
> Signed-off-by: Kuniyuki Iwashima <kuniyu@google.com>
> ---
> include/net/psp/types.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Here is the summary with links:
- [v1,net-next] psp: Fix typo in kdoc for struct psp_dev_caps.assoc_drv_spc.
https://git.kernel.org/netdev/net-next/c/f1bf77491d5e
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-20 0:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-18 19:25 [PATCH v1 net-next] psp: Fix typo in kdoc for struct psp_dev_caps.assoc_drv_spc Kuniyuki Iwashima
2025-09-19 18:29 ` Simon Horman
2025-09-20 0:20 ` 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).