From: Andy Shevchenko Date: Tue, 18 Feb 2020 15:12:19 +0000 (+0200) Subject: usb: dwc3: Remove kernel doc annotation where it's not needed X-Git-Tag: v5.7-rc1~192^2~31^2~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a33e5d639c9b2ad980d3e458ca92af36cfcf3a9b;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Felipe Balbi --- diff --git a/drivers/usb/dwc3/host.c b/drivers/usb/dwc3/host.c index 95a90ea08975a..86dbd012b984d 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