lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <85c3ef44-9be6-4264-bfb3-6017c46413c0@gmail.com>
Date: Wed, 12 Feb 2025 19:57:01 +0530
From: Purva Yeshi <purvayeshi550@...il.com>
To: Thinh Nguyen <Thinh.Nguyen@...opsys.com>
Cc: "skhan@...uxfoundation.org" <skhan@...uxfoundation.org>,
 Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
 "linux-usb@...r.kernel.org" <linux-usb@...r.kernel.org>,
 "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] usb: dwc3: Document nostream_work member in dwc3_ep
 struct

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@...il.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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ