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
parent
38f33b8e2c
commit
12cb68e486
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue