diff options
author | Nishad Kamdar <nishadkamdar@gmail.com> | 2020-03-28 16:41:15 +0530 |
---|---|---|
committer | Felipe Balbi <balbi@kernel.org> | 2020-05-05 10:58:49 +0300 |
commit | 2e75973832abe0c5230fd40ca886d03dc975d1d3 (patch) | |
tree | bf98c8ef190007e91a587fecee1d1425c86b6619 /drivers/usb/gadget/function/u_rndis.h | |
parent | 0e698dfa282211e414076f9dc7e83c1c288314fd (diff) | |
download | linux-stable-2e75973832abe0c5230fd40ca886d03dc975d1d3.tar.gz linux-stable-2e75973832abe0c5230fd40ca886d03dc975d1d3.tar.bz2 linux-stable-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_rndis.h')
-rw-r--r-- | drivers/usb/gadget/function/u_rndis.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/gadget/function/u_rndis.h b/drivers/usb/gadget/function/u_rndis.h index 1e148b76f339..a8c409b2f52f 100644 --- a/drivers/usb/gadget/function/u_rndis.h +++ b/drivers/usb/gadget/function/u_rndis.h @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: GPL-2.0 +/* SPDX-License-Identifier: GPL-2.0 */ /* * u_rndis.h * |