summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/function/u_serial.h
diff options
context:
space:
mode:
authorNishad Kamdar <nishadkamdar@gmail.com>2020-03-28 14:11:15 +0300
committerFelipe Balbi <balbi@kernel.org>2020-05-05 10:58:49 +0300
commit2e75973832abe0c5230fd40ca886d03dc975d1d3 (patch)
treebf98c8ef190007e91a587fecee1d1425c86b6619 /drivers/usb/gadget/function/u_serial.h
parent0e698dfa282211e414076f9dc7e83c1c288314fd (diff)
downloadlinux-2e75973832abe0c5230fd40ca886d03dc975d1d3.tar.xz
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_serial.h')
-rw-r--r--drivers/usb/gadget/function/u_serial.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/gadget/function/u_serial.h b/drivers/usb/gadget/function/u_serial.h
index e5b08ab8cf7a..dbe75b289be6 100644
--- a/drivers/usb/gadget/function/u_serial.h
+++ b/drivers/usb/gadget/function/u_serial.h
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0+
+/* SPDX-License-Identifier: GPL-2.0+ */
/*
* u_serial.h - interface to USB gadget "serial port"/TTY utilities
*