diff options
author | Nishad Kamdar <nishadkamdar@gmail.com> | 2020-03-28 11:04:46 +0100 |
---|---|---|
committer | Felipe Balbi <balbi@kernel.org> | 2020-05-05 09:58:49 +0200 |
commit | b33f69f56352f61bba77f91b07318c5482562be8 (patch) | |
tree | 60dc9fcf9f61eb2bf8fa3dacd772628746e2aef2 /drivers/usb/dwc3/io.h | |
parent | USB: gadget: Use the correct style for SPDX License Identifier (diff) | |
download | linux-b33f69f56352f61bba77f91b07318c5482562be8.tar.xz linux-b33f69f56352f61bba77f91b07318c5482562be8.zip |
USB: dwc3: Use the correct style for SPDX License Identifier
This patch corrects the SPDX License Identifier style in
header files related to DesignWare USB3 DRD Core Support.
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/dwc3/io.h')
-rw-r--r-- | drivers/usb/dwc3/io.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/dwc3/io.h b/drivers/usb/dwc3/io.h index 70acdf94a0bf..9bbe5d4bf076 100644 --- a/drivers/usb/dwc3/io.h +++ b/drivers/usb/dwc3/io.h @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: GPL-2.0 +/* SPDX-License-Identifier: GPL-2.0 */ /** * io.h - DesignWare USB3 DRD IO Header * |