Commit 59b4e0cd authored by Nishad Kamdar's avatar Nishad Kamdar Committed by Greg Kroah-Hartman

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: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarNishad Kamdar <nishadkamdar@gmail.com>
Link: https://lore.kernel.org/r/20200419131653.GA6611@nishadSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent b99bb85a
// SPDX-License-Identifier: GPL-2.0+ /* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* Driver for USB Mass Storage compliant devices * Driver for USB Mass Storage compliant devices
* Debugging Functions Header File * Debugging Functions Header File
......
// SPDX-License-Identifier: GPL-2.0+ /* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* Header file for Special Initializers for certain USB Mass Storage devices * Header file for Special Initializers for certain USB Mass Storage devices
* *
......
// SPDX-License-Identifier: GPL-2.0+ /* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* Driver for USB Mass Storage compliant devices * Driver for USB Mass Storage compliant devices
* Protocol Functions Header File * Protocol Functions Header File
......
// SPDX-License-Identifier: GPL-2.0+ /* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* Driver for USB Mass Storage compliant devices * Driver for USB Mass Storage compliant devices
* SCSI Connecting Glue Header File * SCSI Connecting Glue Header File
......
// SPDX-License-Identifier: GPL-2.0+ /* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* Driver for USB Mass Storage compliant devices * Driver for USB Mass Storage compliant devices
* Transport Functions Header File * Transport Functions Header File
......
// SPDX-License-Identifier: GPL-2.0+ /* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* Unusual Devices File for the Alauda-based card readers * Unusual Devices File for the Alauda-based card readers
*/ */
......
// SPDX-License-Identifier: GPL-2.0+ /* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* Unusual Devices File for devices based on the Cypress USB/ATA bridge * Unusual Devices File for devices based on the Cypress USB/ATA bridge
* with support for ATACB * with support for ATACB
......
// SPDX-License-Identifier: GPL-2.0+ /* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* Unusual Devices File for the Datafab USB Compact Flash reader * Unusual Devices File for the Datafab USB Compact Flash reader
*/ */
......
// SPDX-License-Identifier: GPL-2.0+ /* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* Driver for USB Mass Storage compliant devices * Driver for USB Mass Storage compliant devices
* Unusual Devices File * Unusual Devices File
......
// SPDX-License-Identifier: GPL-2.0+ /* SPDX-License-Identifier: GPL-2.0+ */
#if defined(CONFIG_USB_STORAGE_ENE_UB6250) || \ #if defined(CONFIG_USB_STORAGE_ENE_UB6250) || \
defined(CONFIG_USB_STORAGE_ENE_UB6250_MODULE) defined(CONFIG_USB_STORAGE_ENE_UB6250_MODULE)
......
// SPDX-License-Identifier: GPL-2.0+ /* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* Unusual Devices File for the Freecom USB/IDE adaptor * Unusual Devices File for the Freecom USB/IDE adaptor
*/ */
......
// SPDX-License-Identifier: GPL-2.0+ /* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* Unusual Devices File for In-System Design, Inc. ISD200 ASIC * Unusual Devices File for In-System Design, Inc. ISD200 ASIC
*/ */
......
// SPDX-License-Identifier: GPL-2.0+ /* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* Unusual Devices File for the Lexar "Jumpshot" Compact Flash reader * Unusual Devices File for the Lexar "Jumpshot" Compact Flash reader
*/ */
......
// SPDX-License-Identifier: GPL-2.0+ /* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* Unusual Devices File for the Rio Karma * Unusual Devices File for the Rio Karma
*/ */
......
// SPDX-License-Identifier: GPL-2.0+ /* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* Unusual Devices File for the Maxtor OneTouch USB hard drive's button * Unusual Devices File for the Maxtor OneTouch USB hard drive's button
*/ */
......
// SPDX-License-Identifier: GPL-2.0+ /* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* Driver for Realtek RTS51xx USB card reader * Driver for Realtek RTS51xx USB card reader
* *
......
// SPDX-License-Identifier: GPL-2.0+ /* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* Unusual Devices File for SanDisk SDDR-09 SmartMedia reader * Unusual Devices File for SanDisk SDDR-09 SmartMedia reader
*/ */
......
// SPDX-License-Identifier: GPL-2.0+ /* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* Unusual Devices File for SanDisk SDDR-55 SmartMedia reader * Unusual Devices File for SanDisk SDDR-55 SmartMedia reader
*/ */
......
// SPDX-License-Identifier: GPL-2.0+ /* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* Driver for USB Attached SCSI devices - Unusual Devices File * Driver for USB Attached SCSI devices - Unusual Devices File
* *
......
// SPDX-License-Identifier: GPL-2.0+ /* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* Unusual Devices File for SCM Microsystems (a.k.a. Shuttle) USB-ATAPI cable * Unusual Devices File for SCM Microsystems (a.k.a. Shuttle) USB-ATAPI cable
*/ */
......
// SPDX-License-Identifier: GPL-2.0+ /* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* Driver for USB Mass Storage compliant devices * Driver for USB Mass Storage compliant devices
* Main Header File * Main Header File
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment