summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/function/u_ncm.h
diff options
context:
space:
mode:
authorNishad Kamdar <nishadkamdar@gmail.com>2020-03-28 12:11:15 +0100
committerFelipe Balbi <balbi@kernel.org>2020-05-05 09:58:49 +0200
commit2e75973832abe0c5230fd40ca886d03dc975d1d3 (patch)
treebf98c8ef190007e91a587fecee1d1425c86b6619 /drivers/usb/gadget/function/u_ncm.h
parentLinux 5.7-rc4 (diff)
downloadlinux-2e75973832abe0c5230fd40ca886d03dc975d1d3.tar.xz
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/u_ncm.h')
-rw-r--r--drivers/usb/gadget/function/u_ncm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/gadget/function/u_ncm.h b/drivers/usb/gadget/function/u_ncm.h
index 70da3201a1d0..5408854d8407 100644
--- a/drivers/usb/gadget/function/u_ncm.h
+++ b/drivers/usb/gadget/function/u_ncm.h
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+/* SPDX-License-Identifier: GPL-2.0 */
/*
* u_ncm.h
*