]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
psp: Fix typo in kdoc for struct psp_dev_caps.assoc_drv_spc.
authorKuniyuki Iwashima <kuniyu@google.com>
Thu, 18 Sep 2025 19:25:35 +0000 (19:25 +0000)
committerJakub Kicinski <kuba@kernel.org>
Sat, 20 Sep 2025 00:02:27 +0000 (17:02 -0700)
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>
include/net/psp/types.h

index d9688e66cf0954a0005d32b5cbeadfb74e9da63e..31cee64b7c86aa4d73c7ec3d17cd5866a1082976 100644 (file)
@@ -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;
 };