diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2020-02-18 18:12:19 +0300 |
---|---|---|
committer | Felipe Balbi <balbi@kernel.org> | 2020-03-15 12:08:53 +0300 |
commit | a33e5d639c9b2ad980d3e458ca92af36cfcf3a9b (patch) | |
tree | 7aecb90c1dae8e9904207605f05553871db7566e /drivers | |
parent | 11c39809070fc0eb3aacb0d9ee71cd3678144f66 (diff) | |
download | linux-a33e5d639c9b2ad980d3e458ca92af36cfcf3a9b.tar.xz |
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/usb/dwc3/host.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/dwc3/host.c b/drivers/usb/dwc3/host.c index 95a90ea08975..86dbd012b984 100644 --- a/drivers/usb/dwc3/host.c +++ b/drivers/usb/dwc3/host.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0 -/** +/* * host.c - DesignWare USB3 DRD Controller Host Glue * * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com |