]> git.baikalelectronics.ru Git - kernel.git/commit
usb: dwc3: Remove kernel doc annotation where it's not needed
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 18 Feb 2020 15:12:19 +0000 (17:12 +0200)
committerFelipe Balbi <balbi@kernel.org>
Sun, 15 Mar 2020 09:08:53 +0000 (11:08 +0200)
commit4367e404188f78490bcbb8c932114138a0e58906
tree7aecb90c1dae8e9904207605f05553871db7566e
parentc6666e0829fe6ef96aae922793c0d156ac8e993a
usb: dwc3: Remove kernel doc annotation where it's not needed

The main comment in the file mistakenly marked with kernel doc annotation
which makes the parser unhappy:

.../dwc3/host.c:16: warning: Function parameter or member 'dwc' not described in 'dwc3_host_get_irq'

Drop kernel doc annotation from host.c module.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Felipe Balbi <balbi@kernel.org>
drivers/usb/dwc3/host.c