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 <alan.borzeszkowski@linux.intel.com>
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
pull/1354/merge
Alan Borzeszkowski 2025-08-27 13:56:25 +02:00 committed by Mika Westerberg
parent 38f33b8e2c
commit 12cb68e486
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ struct ctl_pkg {
* @kref: Reference count * @kref: Reference count
* @ctl: Pointer to the control channel structure. Only set when the * @ctl: Pointer to the control channel structure. Only set when the
* request is queued. * request is queued.
* @request: Request is stored here
* @request_size: Size of the request packet (in bytes) * @request_size: Size of the request packet (in bytes)
* @request_type: Type of the request packet * @request_type: Type of the request packet
* @response: Response is stored here * @response: Response is stored here