Skip to content

Commit 9cbc7eb

Browse files
Thinh Nguyengregkh
authored andcommitted
usb: dwc3: core: Add missing GHWPARAMS9 doc
Add missing documentation for struct dwc3_hwparams new field hwparams9 to avoid kernel doc build warning. Fixes: 1671038 ("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>
1 parent 04357fa commit 9cbc7eb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/usb/dwc3/core.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -850,6 +850,7 @@ struct dwc3_trb {
850850
* @hwparams6: GHWPARAMS6
851851
* @hwparams7: GHWPARAMS7
852852
* @hwparams8: GHWPARAMS8
853+
* @hwparams9: GHWPARAMS9
853854
*/
854855
struct dwc3_hwparams {
855856
u32 hwparams0;

0 commit comments

Comments
 (0)