2019-12-28 05:58:28

by Nishad Kamdar

[permalink] [raw]
Subject: [PATCH 0/2] scsi: Use the correct style for SPDX License Identifier

This patch corrects the SPDX License Identifier style
in the scsi driver related files.

Changes made by using a script provided by Joe Perches here:
https://lkml.org/lkml/2019/2/7/46

Nishad Kamdar (2):
scsi: mylex: Use the correct style for SPDX License Identifier
scsi: ufs: sysfs: Use the correct style for SPDX License Identifier

drivers/scsi/myrb.h | 4 ++--
drivers/scsi/myrs.h | 4 ++--
drivers/scsi/ufs/ufs-sysfs.h | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)

--
2.17.1


2019-12-28 05:58:28

by Nishad Kamdar

[permalink] [raw]
Subject: [PATCH 1/2] scsi: mylex: Use the correct style for SPDX License Identifier

This patch corrects the SPDX License Identifier style in
header files related to Mylex DAC960/DAC1100 PCI RAID
Controllers. It assigns explicit block comment to the
SPDX License Identifier.

Changes made by using a script provided by Joe Perches here:
https://lkml.org/lkml/2019/2/7/46.

Suggested-by: Joe Perches <[email protected]>
Signed-off-by: Nishad Kamdar <[email protected]>
---
drivers/scsi/myrb.h | 4 ++--
drivers/scsi/myrs.h | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/scsi/myrb.h b/drivers/scsi/myrb.h
index 9289c19fcb2f..fb8eacfceee8 100644
--- a/drivers/scsi/myrb.h
+++ b/drivers/scsi/myrb.h
@@ -1,5 +1,5 @@
-/* SPDX-License-Identifier: GPL-2.0
- *
+/* SPDX-License-Identifier: GPL-2.0 */
+/*
* Linux Driver for Mylex DAC960/AcceleRAID/eXtremeRAID PCI RAID Controllers
*
* Copyright 2017 Hannes Reinecke, SUSE Linux GmbH <[email protected]>
diff --git a/drivers/scsi/myrs.h b/drivers/scsi/myrs.h
index e6702ee85e9f..9f6696d0ddd5 100644
--- a/drivers/scsi/myrs.h
+++ b/drivers/scsi/myrs.h
@@ -1,5 +1,5 @@
-/* SPDX-License-Identifier: GPL-2.0
- *
+/* SPDX-License-Identifier: GPL-2.0 */
+/*
* Linux Driver for Mylex DAC960/AcceleRAID/eXtremeRAID PCI RAID Controllers
*
* This driver supports the newer, SCSI-based firmware interface only.
--
2.17.1

2019-12-28 06:00:08

by Nishad Kamdar

[permalink] [raw]
Subject: [PATCH 2/2] scsi: ufs: sysfs: Use the correct style for SPDX License Identifier

This patch corrects the SPDX License Identifier style in
header file related to UFS Host Controller. It assigns
explicit block comment to the SPDX License Identifier.

Changes made by using a script provided by Joe Perches here:
https://lkml.org/lkml/2019/2/7/46.

Suggested-by: Joe Perches <[email protected]>
Signed-off-by: Nishad Kamdar <[email protected]>
---
drivers/scsi/ufs/ufs-sysfs.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/scsi/ufs/ufs-sysfs.h b/drivers/scsi/ufs/ufs-sysfs.h
index e5621e59a432..0f4e750a6748 100644
--- a/drivers/scsi/ufs/ufs-sysfs.h
+++ b/drivers/scsi/ufs/ufs-sysfs.h
@@ -1,5 +1,5 @@
-/* SPDX-License-Identifier: GPL-2.0
- * Copyright (C) 2018 Western Digital Corporation
+/* SPDX-License-Identifier: GPL-2.0 */
+/* Copyright (C) 2018 Western Digital Corporation
*/

#ifndef __UFS_SYSFS_H__
--
2.17.1

2019-12-29 11:54:26

by Hannes Reinecke

[permalink] [raw]
Subject: Re: [PATCH 1/2] scsi: mylex: Use the correct style for SPDX License Identifier

On 12/28/19 6:55 AM, Nishad Kamdar wrote:
> This patch corrects the SPDX License Identifier style in
> header files related to Mylex DAC960/DAC1100 PCI RAID
> Controllers. It assigns explicit block comment to the
> SPDX License Identifier.
>
> Changes made by using a script provided by Joe Perches here:
> https://lkml.org/lkml/2019/2/7/46.
>
> Suggested-by: Joe Perches <[email protected]>
> Signed-off-by: Nishad Kamdar <[email protected]>
> ---
> drivers/scsi/myrb.h | 4 ++--
> drivers/scsi/myrs.h | 4 ++--
> 2 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/drivers/scsi/myrb.h b/drivers/scsi/myrb.h
> index 9289c19fcb2f..fb8eacfceee8 100644
> --- a/drivers/scsi/myrb.h
> +++ b/drivers/scsi/myrb.h
> @@ -1,5 +1,5 @@
> -/* SPDX-License-Identifier: GPL-2.0
> - *
> +/* SPDX-License-Identifier: GPL-2.0 */
> +/*
> * Linux Driver for Mylex DAC960/AcceleRAID/eXtremeRAID PCI RAID Controllers
> *
> * Copyright 2017 Hannes Reinecke, SUSE Linux GmbH <[email protected]>
> diff --git a/drivers/scsi/myrs.h b/drivers/scsi/myrs.h
> index e6702ee85e9f..9f6696d0ddd5 100644
> --- a/drivers/scsi/myrs.h
> +++ b/drivers/scsi/myrs.h
> @@ -1,5 +1,5 @@
> -/* SPDX-License-Identifier: GPL-2.0
> - *
> +/* SPDX-License-Identifier: GPL-2.0 */
> +/*
> * Linux Driver for Mylex DAC960/AcceleRAID/eXtremeRAID PCI RAID Controllers
> *
> * This driver supports the newer, SCSI-based firmware interface only.
>
Reviewed-by: Hannes Reinecke <[email protected]>

Cheers,

Hannes
--
Dr. Hannes Reinecke Teamlead Storage & Networking
[email protected] +49 911 74053 688
SUSE Software Solutions GmbH, Maxfeldstr. 5, 90409 Nürnberg
HRB 36809 (AG Nürnberg), Geschäftsführer: Felix Imendörffer

2020-01-03 03:00:48

by Martin K. Petersen

[permalink] [raw]
Subject: Re: [PATCH 0/2] scsi: Use the correct style for SPDX License Identifier


Nishad,

> This patch corrects the SPDX License Identifier style in the scsi
> driver related files.

Applied to 5.6/scsi-queue, thanks!

--
Martin K. Petersen Oracle Linux Engineering