From: Kuniyuki Iwashima Date: Thu, 18 Sep 2025 19:25:35 +0000 (+0000) Subject: psp: Fix typo in kdoc for struct psp_dev_caps.assoc_drv_spc. X-Git-Tag: v6.18-rc1~132^2~105 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f1bf77491d5e48ab5477f585ee5fca2aa524bd15;p=thirdparty%2Flinux.git 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 --- 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; };