summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc3/drd.c
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2020-07-02 17:46:00 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-07-03 10:34:11 +0300
commit7679defc3e290d4cb8377f8fc2d8b6f3cca32eb2 (patch)
tree819d7c2037c595ca8ff65d28d8894edd749f4ddd /drivers/usb/dwc3/drd.c
parent11d96a5912311a60332be62139aec3b1af248f45 (diff)
downloadlinux-7679defc3e290d4cb8377f8fc2d8b6f3cca32eb2.tar.xz
usb: dwc3: drd: File headers are not doc headers
Demote drd.c's file header to a standard comment block. Fixes the following W=1 build warnings: drivers/usb/dwc3/drd.c:20: warning: Function parameter or member 'dwc' not described in 'dwc3_otg_disable_events' drivers/usb/dwc3/drd.c:20: warning: Function parameter or member 'disable_mask' not described in 'dwc3_otg_disable_events' Cc: Felipe Balbi <balbi@kernel.org> Cc: Roger Quadros <rogerq@ti.com> Signed-off-by: Lee Jones <lee.jones@linaro.org> Link: https://lore.kernel.org/r/20200702144625.2533530-6-lee.jones@linaro.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/dwc3/drd.c')
-rw-r--r--drivers/usb/dwc3/drd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/dwc3/drd.c b/drivers/usb/dwc3/drd.c
index 2e483448d695..fd7f9a9f67dc 100644
--- a/drivers/usb/dwc3/drd.c
+++ b/drivers/usb/dwc3/drd.c
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: GPL-2.0
-/**
+/*
* drd.c - DesignWare USB3 DRD Controller Dual-role support
*
* Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com