diff options
author | Nishad Kamdar <nishadkamdar@gmail.com> | 2020-04-19 18:46:57 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-04-23 15:28:14 +0200 |
commit | 59b4e0cd4d8f2dd86ad9d0dbdc3cdf2ff05bf403 (patch) | |
tree | b2c17289c630ac95398d8a7a34b05c44047cb10b /drivers/usb/storage/unusual_realtek.h | |
parent | b99bb85a31a6bfacfbf281ab809cd9109762df52 (diff) | |
download | linux-59b4e0cd4d8f2dd86ad9d0dbdc3cdf2ff05bf403.tar.gz linux-59b4e0cd4d8f2dd86ad9d0dbdc3cdf2ff05bf403.tar.bz2 linux-59b4e0cd4d8f2dd86ad9d0dbdc3cdf2ff05bf403.zip |
USB: Storage: Use the correct style for SPDX License Identifier
This patch corrects the SPDX License Identifier style in
header files related to USB Storage driver configuration.
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>
Link: https://lore.kernel.org/r/20200419131653.GA6611@nishad
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/storage/unusual_realtek.h')
-rw-r--r-- | drivers/usb/storage/unusual_realtek.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/storage/unusual_realtek.h b/drivers/usb/storage/unusual_realtek.h index 7e14c2d7cf73..945dcb19d31d 100644 --- a/drivers/usb/storage/unusual_realtek.h +++ b/drivers/usb/storage/unusual_realtek.h @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: GPL-2.0+ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Driver for Realtek RTS51xx USB card reader * |