* [PATCH] usb: dwc3: fix kernel-doc string in struct dwc3_ep
@ 2026-06-24 11:46 Jakov Novak
2026-06-26 21:52 ` Thinh Nguyen
0 siblings, 1 reply; 2+ messages in thread
From: Jakov Novak @ 2026-06-24 11:46 UTC (permalink / raw)
To: linux-usb
Cc: Thinh Nguyen, Greg Kroah-Hartman, Prashanth K, linux-kernel,
linux-kernel-mentees, Shuah Khan, Jakov Novak
Building the documentation currently with make htmldocs gives the
following errors:
WARNING: ./drivers/usb/dwc3/core.h:803 Excess struct member 'regs' description in 'dwc3_ep'
WARNING: ./drivers/usb/dwc3/core.h:803 Excess struct member 'regs' description in 'dwc3_ep'
This is because the member variable regs of the struct dwc3_ep was
removed in a previous patch. Remove regs from the kernel-doc
string, fixing the warning.
Fixes: abdd1eef04f0cb3b ("usb: dwc3: Remove of dep->regs")
Signed-off-by: Jakov Novak <jakovnovak30@gmail.com>
---
drivers/usb/dwc3/core.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/usb/dwc3/core.h b/drivers/usb/dwc3/core.h
index e0dee9d28740..034e8d7717e1 100644
--- a/drivers/usb/dwc3/core.h
+++ b/drivers/usb/dwc3/core.h
@@ -722,7 +722,6 @@ struct dwc3_event_buffer {
* @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
- * @regs: pointer to first endpoint register
* @trb_pool: array of transaction buffers
* @trb_pool_dma: dma address of @trb_pool
* @trb_enqueue: enqueue 'pointer' into TRB array
--
2.54.0
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] usb: dwc3: fix kernel-doc string in struct dwc3_ep
2026-06-24 11:46 [PATCH] usb: dwc3: fix kernel-doc string in struct dwc3_ep Jakov Novak
@ 2026-06-26 21:52 ` Thinh Nguyen
0 siblings, 0 replies; 2+ messages in thread
From: Thinh Nguyen @ 2026-06-26 21:52 UTC (permalink / raw)
To: Jakov Novak
Cc: linux-usb@vger.kernel.org, Thinh Nguyen, Greg Kroah-Hartman,
Prashanth K, linux-kernel@vger.kernel.org,
linux-kernel-mentees@lists.linux.dev, Shuah Khan
On Wed, Jun 24, 2026, Jakov Novak wrote:
> Building the documentation currently with make htmldocs gives the
> following errors:
>
> WARNING: ./drivers/usb/dwc3/core.h:803 Excess struct member 'regs' description in 'dwc3_ep'
> WARNING: ./drivers/usb/dwc3/core.h:803 Excess struct member 'regs' description in 'dwc3_ep'
>
> This is because the member variable regs of the struct dwc3_ep was
> removed in a previous patch. Remove regs from the kernel-doc
> string, fixing the warning.
>
> Fixes: abdd1eef04f0cb3b ("usb: dwc3: Remove of dep->regs")
> Signed-off-by: Jakov Novak <jakovnovak30@gmail.com>
> ---
> drivers/usb/dwc3/core.h | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/usb/dwc3/core.h b/drivers/usb/dwc3/core.h
> index e0dee9d28740..034e8d7717e1 100644
> --- a/drivers/usb/dwc3/core.h
> +++ b/drivers/usb/dwc3/core.h
> @@ -722,7 +722,6 @@ struct dwc3_event_buffer {
> * @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
> - * @regs: pointer to first endpoint register
> * @trb_pool: array of transaction buffers
> * @trb_pool_dma: dma address of @trb_pool
> * @trb_enqueue: enqueue 'pointer' into TRB array
> --
> 2.54.0
>
Acked-by: Thinh Nguyen <Thinh.Nguyen@synopsys.com>
Thanks,
Thinh
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-06-26 22:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-24 11:46 [PATCH] usb: dwc3: fix kernel-doc string in struct dwc3_ep Jakov Novak
2026-06-26 21:52 ` Thinh Nguyen
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.