From f1bf77491d5e48ab5477f585ee5fca2aa524bd15 Mon Sep 17 00:00:00 2001 From: Kuniyuki Iwashima Date: Thu, 18 Sep 2025 19:25:35 +0000 Subject: [PATCH] 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 Reviewed-by: Simon Horman Link: https://patch.msgid.link/20250918192539.1587586-1-kuniyu@google.com Signed-off-by: Jakub Kicinski --- 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 d9688e66cf095..31cee64b7c86a 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.47.3