Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Kuniyuki Iwashima and committed by
Jakub Kicinski
f1bf7749 c3bef01f

+1 -1
+1 -1
include/net/psp/types.h
··· 98 98 99 99 /** 100 100 * @assoc_drv_spc: size of driver-specific state in Tx assoc 101 - * Determines the size of struct psp_assoc::drv_spc 101 + * Determines the size of struct psp_assoc::drv_data 102 102 */ 103 103 u32 assoc_drv_spc; 104 104 };