UPSTREAM: usb: dwc3: core: Add missing GHWPARAMS9 doc

Add missing documentation for struct dwc3_hwparams new field hwparams9
to avoid kernel doc build warning.

Fixes: 16710380d3aa ("usb: dwc3: Capture new capability register GHWPARAMS9")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Acked-by: Felipe Balbi <balbi@kernel.org>
Signed-off-by: Thinh Nguyen <Thinh.Nguyen@synopsys.com>
Link: https://lore.kernel.org/r/f4c491f7614e623755fafe640b7e690e7c5634e2.1619471127.git.Thinh.Nguyen@synopsys.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
(cherry picked from commit 9cbc7eb17cdf6d1adaa2aebfe0079077d31d39a9)
Bug: 187129171
Signed-off-by: Connor O'Brien <connoro@google.com>
Change-Id: Ib912141546f4b90770d2ad1cdc66bf4323bb5970
This commit is contained in:
Thinh Nguyen
2021-04-26 14:08:40 -07:00
committed by Connor O'Brien
parent 52ce94e8bf
commit ff1eb3fcd0

View File

@@ -858,6 +858,7 @@ struct dwc3_trb {
* @hwparams6: GHWPARAMS6 * @hwparams6: GHWPARAMS6
* @hwparams7: GHWPARAMS7 * @hwparams7: GHWPARAMS7
* @hwparams8: GHWPARAMS8 * @hwparams8: GHWPARAMS8
* @hwparams9: GHWPARAMS9
*/ */
struct dwc3_hwparams { struct dwc3_hwparams {
u32 hwparams0; u32 hwparams0;