mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 02:24:24 +02:00
usb: chipidea: udc: fix the kernel doc for udc.h
The kernel doc for td_node is outdated, update it. Signed-off-by: Peter Chen <peter.chen@nxp.com>
This commit is contained in:
parent
62d65bdd9d
commit
5de131d213
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user