aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2020-02-18 17:12:19 +0200
committerFelipe Balbi <balbi@kernel.org>2020-03-15 11:08:53 +0200
commita33e5d639c9b2ad980d3e458ca92af36cfcf3a9b (patch)
tree7aecb90c1dae8e9904207605f05553871db7566e
parentusb: dwc3: Add ACPI support for xHCI ports (diff)
downloadlinux-dev-a33e5d639c9b2ad980d3e458ca92af36cfcf3a9b.tar.xz
linux-dev-a33e5d639c9b2ad980d3e458ca92af36cfcf3a9b.zip
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>
-rw-r--r--drivers/usb/dwc3/host.c2
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