diff mbox series

usb: dwc3: Document nostream_work member in dwc3_ep struct

Message ID 20250205202733.18611-1-purvayeshi550@gmail.com
State New
Headers show
Series usb: dwc3: Document nostream_work member in dwc3_ep struct | expand

Commit Message

Purva Yeshi Feb. 5, 2025, 8:27 p.m. UTC
Added description for the 'nostream_work' member in struct dwc3_ep to 
resolve the kerneldoc warning when running 'make htmldocs'.

Signed-off-by: Purva Yeshi <purvayeshi550@gmail.com>
---
 drivers/usb/dwc3/core.h | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/drivers/usb/dwc3/core.h b/drivers/usb/dwc3/core.h
index ac7c730f8..9095878d7 100644
--- a/drivers/usb/dwc3/core.h
+++ b/drivers/usb/dwc3/core.h
@@ -717,6 +717,7 @@  struct dwc3_event_buffer {
 /**
  * struct dwc3_ep - device side endpoint representation
  * @endpoint: usb endpoint
+ * @nostream_work: delayed work structure for handling no-stream events
  * @cancelled_list: list of cancelled requests for this endpoint
  * @pending_list: list of pending requests for this endpoint
  * @started_list: list of started requests on this endpoint