aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/storage/scsiglue.h
diff options
context:
space:
mode:
authorNishad Kamdar <nishadkamdar@gmail.com>2020-04-19 18:46:57 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-04-23 15:28:14 +0200
commit59b4e0cd4d8f2dd86ad9d0dbdc3cdf2ff05bf403 (patch)
treeb2c17289c630ac95398d8a7a34b05c44047cb10b /drivers/usb/storage/scsiglue.h
parentb99bb85a31a6bfacfbf281ab809cd9109762df52 (diff)
downloadlinux-59b4e0cd4d8f2dd86ad9d0dbdc3cdf2ff05bf403.tar.gz
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/scsiglue.h')
-rw-r--r--drivers/usb/storage/scsiglue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/storage/scsiglue.h b/drivers/usb/storage/scsiglue.h
index 2bc5ea045bf731..2a79c3ed4d86ab 100644
--- a/drivers/usb/storage/scsiglue.h
+++ b/drivers/usb/storage/scsiglue.h
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0+
+/* SPDX-License-Identifier: GPL-2.0+ */
/*
* Driver for USB Mass Storage compliant devices
* SCSI Connecting Glue Header File