usb: dwc3: document usb_psy in struct dwc3
authorRay Chi <raychi@google.com>
Wed, 3 Mar 2021 09:58:02 +0000 (17:58 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 10 Mar 2021 08:37:16 +0000 (09:37 +0100)
commit0f3edf99c2393656cdf6dc8596c0e2d983a7d591
tree661cee8e319f7c29f8316b48d6e86bde3bf010ea
parentb0bf77cd389d12f61d1d79aa54e1ec03b68a8a11
usb: dwc3: document usb_psy in struct dwc3

The new struct member was added to struct dwc3, but
a documentation was missing:

drivers/usb/dwc3/core.h:1273: warning: Function parameter or member 'usb_psy' not described in 'dwc3'

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Ray Chi <raychi@google.com>
Link: https://lore.kernel.org/r/20210303095802.2801733-1-raychi@google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/dwc3/core.h