aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/usb/gadget/function/uvc.h
diff options
context:
space:
mode:
authorNishad Kamdar <nishadkamdar@gmail.com>2020-03-28 16:41:15 +0530
committerFelipe Balbi <balbi@kernel.org>2020-05-05 10:58:49 +0300
commit2e75973832abe0c5230fd40ca886d03dc975d1d3 (patch)
treebf98c8ef190007e91a587fecee1d1425c86b6619 /drivers/usb/gadget/function/uvc.h
parentLinux 5.7-rc4 (diff)
downloadwireguard-linux-2e75973832abe0c5230fd40ca886d03dc975d1d3.tar.xz
wireguard-linux-2e75973832abe0c5230fd40ca886d03dc975d1d3.zip
USB: gadget: Use the correct style for SPDX License Identifier
This patch corrects the SPDX License Identifier style in header files related to USB peripheral controller drivers. For C header files Documentation/process/license-rules.rst mandates C-like comments (opposed to C source files where C++ style should be used). Changes made by using a script provided by Joe Perches here: https://lkml.org/lkml/2019/2/7/46. Suggested-by: Joe Perches <joe@perches.com> Signed-off-by: Nishad Kamdar <nishadkamdar@gmail.com> Signed-off-by: Felipe Balbi <balbi@kernel.org>
Diffstat (limited to 'drivers/usb/gadget/function/uvc.h')
-rw-r--r--drivers/usb/gadget/function/uvc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/gadget/function/uvc.h b/drivers/usb/gadget/function/uvc.h
index 1473d25ff17a..920763b56f2e 100644
--- a/drivers/usb/gadget/function/uvc.h
+++ b/drivers/usb/gadget/function/uvc.h
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0+
+/* SPDX-License-Identifier: GPL-2.0+ */
/*
* uvc_gadget.h -- USB Video Class Gadget driver
*