diff mbox series

usb: dwc3: core: Add missing GHWPARAMS9 doc

Message ID f4c491f7614e623755fafe640b7e690e7c5634e2.1619471127.git.Thinh.Nguyen@synopsys.com
State New
Headers show
Series usb: dwc3: core: Add missing GHWPARAMS9 doc | expand

Commit Message

Thinh Nguyen April 26, 2021, 9:08 p.m. UTC
Add missing documentation for struct dwc3_hwparams new field hwparams9
to avoid kernel doc build warning.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Fixes: 16710380d3aa ("usb: dwc3: Capture new capability register GHWPARAMS9")
Signed-off-by: Thinh Nguyen <Thinh.Nguyen@synopsys.com>
---
 drivers/usb/dwc3/core.h | 1 +
 1 file changed, 1 insertion(+)


base-commit: caa93d9bd2d7ca7ffe5a23df9f003b81721c8e1b

Comments

Felipe Balbi April 27, 2021, 9:53 a.m. UTC | #1
Hi,

Thinh Nguyen <Thinh.Nguyen@synopsys.com> writes:
> Add missing documentation for struct dwc3_hwparams new field hwparams9

> to avoid kernel doc build warning.

>

> Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>

> Fixes: 16710380d3aa ("usb: dwc3: Capture new capability register GHWPARAMS9")

> Signed-off-by: Thinh Nguyen <Thinh.Nguyen@synopsys.com>


Seems like I missed it during review too, sorry

Acked-by: Felipe Balbi <balbi@kernel.org>


-- 
balbi
diff mbox series

Patch

diff --git a/drivers/usb/dwc3/core.h b/drivers/usb/dwc3/core.h
index b1e875c58f20..3859d8cad3cb 100644
--- a/drivers/usb/dwc3/core.h
+++ b/drivers/usb/dwc3/core.h
@@ -850,6 +850,7 @@  struct dwc3_trb {
  * @hwparams6: GHWPARAMS6
  * @hwparams7: GHWPARAMS7
  * @hwparams8: GHWPARAMS8
+ * @hwparams9: GHWPARAMS9
  */
 struct dwc3_hwparams {
 	u32	hwparams0;