assoc_drv_spc is the size of psp_assoc.drv_data[]. Signed-off-by: Kuniyuki Iwashima --- 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 d9688e66cf09..31cee64b7c86 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.51.0.470.ga7dc726c21-goog