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>
This commit is contained in:
Kuniyuki Iwashima
2025-09-18 19:25:35 +00:00
committed by Jakub Kicinski
parent c3bef01f0a
commit f1bf77491d
+1 -1
View 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;
};