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)
commita33e5d639c9b2ad980d3e458ca92af36cfcf3a9b
tree7aecb90c1dae8e9904207605f05553871db7566e
parent11c39809070fc0eb3aacb0d9ee71cd3678144f66
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