public inbox for linux-usb@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] usb: dwc3: Document nostream_work member in dwc3_ep struct
@ 2025-02-05 20:27 Purva Yeshi
  2025-02-11  3:20 ` Thinh Nguyen
  0 siblings, 1 reply; 3+ messages in thread
From: Purva Yeshi @ 2025-02-05 20:27 UTC (permalink / raw)
  To: Thinh Nguyen
  Cc: skhan, Greg Kroah-Hartman, linux-usb, linux-kernel, Purva Yeshi

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 --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
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] usb: dwc3: Document nostream_work member in dwc3_ep struct
  2025-02-05 20:27 [PATCH] usb: dwc3: Document nostream_work member in dwc3_ep struct Purva Yeshi
@ 2025-02-11  3:20 ` Thinh Nguyen
  2025-02-12 14:27   ` Purva Yeshi
  0 siblings, 1 reply; 3+ messages in thread
From: Thinh Nguyen @ 2025-02-11  3:20 UTC (permalink / raw)
  To: Purva Yeshi
  Cc: Thinh Nguyen, skhan@linuxfoundation.org, Greg Kroah-Hartman,
	linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org

On Thu, Feb 06, 2025, Purva Yeshi wrote:
> 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 --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
> -- 
> 2.34.1
> 

I believe this fix was already added to Greg's usb-linus branch.

BR,
Thinh

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] usb: dwc3: Document nostream_work member in dwc3_ep struct
  2025-02-11  3:20 ` Thinh Nguyen
@ 2025-02-12 14:27   ` Purva Yeshi
  0 siblings, 0 replies; 3+ messages in thread
From: Purva Yeshi @ 2025-02-12 14:27 UTC (permalink / raw)
  To: Thinh Nguyen
  Cc: skhan@linuxfoundation.org, Greg Kroah-Hartman,
	linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org

On 11/02/25 08:50, Thinh Nguyen wrote:
> On Thu, Feb 06, 2025, Purva Yeshi wrote:
>> 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 --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
>> -- 
>> 2.34.1
>>
> 
> I believe this fix was already added to Greg's usb-linus branch.
> 
> BR,
> Thinh

Thank you for the update. I was not aware that this fix had already been 
included.

Best regards,
Purva Yeshi

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-02-12 14:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-05 20:27 [PATCH] usb: dwc3: Document nostream_work member in dwc3_ep struct Purva Yeshi
2025-02-11  3:20 ` Thinh Nguyen
2025-02-12 14:27   ` Purva Yeshi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox