1
0
Fork 0

MLK-23677-2 usb: chipidea: udc: fix the kernel doc for udc.h

The kernel doc for td_node is outdated, update it.

Reviewed-by: Jun Li <jun.li@nxp.com>
Signed-off-by: Peter Chen <peter.chen@nxp.com>
5.4-rM2-2.2.x-imx-squashed
Peter Chen 2020-03-23 21:20:23 +08:00
parent 64c25ec54b
commit 4fa36b5b4c
No known key found for this signature in database
GPG Key ID: 4859298150D671BB
1 changed files with 1 additions and 4 deletions

View File

@ -67,10 +67,7 @@ struct td_node {
* struct ci_hw_req - usb request representation
* @req: request structure for gadget drivers
* @queue: link to QH list
* @ptr: transfer descriptor for this request
* @dma: dma address for the transfer descriptor
* @zptr: transfer descriptor for the zero packet
* @zdma: dma address of the zero packet's transfer descriptor
* @tds: link to TD list
*/
struct ci_hw_req {
struct usb_request req;