aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/udc/bdc/bdc_ep.h
diff options
context:
space:
mode:
authorChunfeng Yun <chunfeng.yun@mediatek.com>2021-01-13 10:42:18 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-01-13 11:24:01 +0100
commit3aaefb76c50f71b83cc82dccadf86c432a1316ec (patch)
tree0a87c4a3ba67e0048f8e19dd55c11af7d2711886 /drivers/usb/gadget/udc/bdc/bdc_ep.h
parentusb: typec: ucsi: Add support for USB role switch (diff)
downloadlinux-dev-3aaefb76c50f71b83cc82dccadf86c432a1316ec.tar.xz
linux-dev-3aaefb76c50f71b83cc82dccadf86c432a1316ec.zip
usb: gadget: bdc: fix improper SPDX comment style for header file
For C header files Documentation/process/license-rules.rst mandates C-like comments (opposed to C source files where C++ style should be used). Cc: Florian Fainelli <f.fainelli@gmail.com> Acked-by: Florian Fainelli <f.fainelli@gmail.com> Acked-by: Felipe Balbi <balbi@kernel.org> Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com> Link: https://lore.kernel.org/r/1610505748-30616-1-git-send-email-chunfeng.yun@mediatek.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/gadget/udc/bdc/bdc_ep.h')
-rw-r--r--drivers/usb/gadget/udc/bdc/bdc_ep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/gadget/udc/bdc/bdc_ep.h b/drivers/usb/gadget/udc/bdc/bdc_ep.h
index a37ff8033b4f..5bbd73f99c6f 100644
--- a/drivers/usb/gadget/udc/bdc/bdc_ep.h
+++ b/drivers/usb/gadget/udc/bdc/bdc_ep.h
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0+
+/* SPDX-License-Identifier: GPL-2.0+ */
/*
* bdc_ep.h - header for the BDC debug functions
*