Skip to content

Commit 1ed3af5

Browse files
Thinh Nguyengregkh
Thinh Nguyen
authored andcommitted
usb: dwc3: Document nostream_work
Add missing description to the nostream_work of dwc3_ep. The work is used by bulk multi-stream endpoints for a NoStream event to reinitiate the stream if needed. Reported-by: Stephen Rothwell <[email protected]> Closes: https://lore.kernel.org/linux-next/[email protected]/ Signed-off-by: Thinh Nguyen <[email protected]> Link: https://lore.kernel.org/r/7cdeaa346d24907712aac533c1c5f90a03151189.1737500936.git.Thinh.Nguyen@synopsys.com Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 309005e commit 1ed3af5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/usb/dwc3/core.h

+1
Original file line numberDiff line numberDiff line change
@@ -717,6 +717,7 @@ struct dwc3_event_buffer {
717717
/**
718718
* struct dwc3_ep - device side endpoint representation
719719
* @endpoint: usb endpoint
720+
* @nostream_work: work for handling bulk NoStream
720721
* @cancelled_list: list of cancelled requests for this endpoint
721722
* @pending_list: list of pending requests for this endpoint
722723
* @started_list: list of started requests on this endpoint

0 commit comments

Comments
 (0)