summaryrefslogtreecommitdiff
path: root/include/net
diff options
context:
space:
mode:
authorKuniyuki Iwashima <kuniyu@google.com>2025-09-18 19:25:35 +0000
committerJakub Kicinski <kuba@kernel.org>2025-09-19 17:02:27 -0700
commitf1bf77491d5e48ab5477f585ee5fca2aa524bd15 (patch)
treeb085df079a9857c1360b1ff89c77ebfc9c44a1c0 /include/net
parentc3bef01f0a5697d516a4280cd0c7de00f806bcfd (diff)
psp: Fix typo in kdoc for struct psp_dev_caps.assoc_drv_spc.
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> Link: https://patch.msgid.link/20250918192539.1587586-1-kuniyu@google.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/net')
-rw-r--r--include/net/psp/types.h2
1 files changed, 1 insertions, 1 deletions
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;
};