From: Alan Borzeszkowski Date: Wed, 27 Aug 2025 11:56:25 +0000 (+0200) Subject: thunderbolt: Add missing documentation in ctl.h tb_cfg_request struct X-Git-Tag: v6.18-rc1~76^2~2^2~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=12cb68e48691ffb6700ef0d8dceae7b4739b8dea;p=thirdparty%2Fkernel%2Flinux.git thunderbolt: Add missing documentation in ctl.h tb_cfg_request struct Add missing @request field description in tb_cfg_request struct kernel-doc. No functional changes. Signed-off-by: Alan Borzeszkowski Signed-off-by: Mika Westerberg --- diff --git a/drivers/thunderbolt/ctl.h b/drivers/thunderbolt/ctl.h index 7e08ca8f08955..db1646eb4fd0b 100644 --- a/drivers/thunderbolt/ctl.h +++ b/drivers/thunderbolt/ctl.h @@ -54,6 +54,7 @@ struct ctl_pkg { * @kref: Reference count * @ctl: Pointer to the control channel structure. Only set when the * request is queued. + * @request: Request is stored here * @request_size: Size of the request packet (in bytes) * @request_type: Type of the request packet * @response: Response is stored here