Skip to content

Commit 8939efb

Browse files
author
Desnes Nunes
committed
usb: dwc3: Document nostream_work
JIRA: https://issues.redhat.com/browse/RHEL-78837 commit 1ed3af5 Author: Thinh Nguyen <[email protected]> Date: Tue, 21 Jan 2025 23:11:23 +0000 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]> Signed-off-by: Desnes Nunes <[email protected]>
1 parent ccdb1e4 commit 8939efb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/usb/dwc3/core.h

Lines changed: 1 addition & 0 deletions
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)