linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] scsi: Use the correct style for SPDX License Identifier
@ 2019-12-28  5:54 Nishad Kamdar
  2019-12-28  5:55 ` [PATCH 1/2] scsi: mylex: " Nishad Kamdar
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Nishad Kamdar @ 2019-12-28  5:54 UTC (permalink / raw)
  To: Hannes Reinecke, Alim Akhtar, Avri Altman, Pedro Sousa,
	James E.J. Bottomley, Martin K. Petersen, Greg Kroah-Hartman,
	Joe Perches, Uwe Kleine-König
  Cc: linux-scsi, linux-kernel

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH 1/2] scsi: mylex: Use the correct style for SPDX License Identifier
  2019-12-28  5:54 [PATCH 0/2] scsi: Use the correct style for SPDX License Identifier Nishad Kamdar
@ 2019-12-28  5:55 ` Nishad Kamdar
  2019-12-29 11:52   ` Hannes Reinecke
  2019-12-28  5:56 ` [PATCH 2/2] scsi: ufs: sysfs: " Nishad Kamdar
  2020-01-03  2:59 ` [PATCH 0/2] scsi: " Martin K. Petersen
  2 siblings, 1 reply; 5+ messages in thread
From: Nishad Kamdar @ 2019-12-28  5:55 UTC (permalink / raw)
  To: Hannes Reinecke, Alim Akhtar, Avri Altman, Pedro Sousa,
	James E.J. Bottomley, Martin K. Petersen, Greg Kroah-Hartman,
	Joe Perches, Uwe Kleine-König
  Cc: linux-scsi, linux-kernel

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 <joe@perches.com>
Signed-off-by: Nishad Kamdar <nishadkamdar@gmail.com>
---
 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 <hare@suse.com>
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


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH 2/2] scsi: ufs: sysfs: Use the correct style for SPDX License Identifier
  2019-12-28  5:54 [PATCH 0/2] scsi: Use the correct style for SPDX License Identifier Nishad Kamdar
  2019-12-28  5:55 ` [PATCH 1/2] scsi: mylex: " Nishad Kamdar
@ 2019-12-28  5:56 ` Nishad Kamdar
  2020-01-03  2:59 ` [PATCH 0/2] scsi: " Martin K. Petersen
  2 siblings, 0 replies; 5+ messages in thread
From: Nishad Kamdar @ 2019-12-28  5:56 UTC (permalink / raw)
  To: Hannes Reinecke, Alim Akhtar, Avri Altman, Pedro Sousa,
	James E.J. Bottomley, Martin K. Petersen, Greg Kroah-Hartman,
	Joe Perches, Uwe Kleine-König
  Cc: linux-scsi, linux-kernel

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 <joe@perches.com>
Signed-off-by: Nishad Kamdar <nishadkamdar@gmail.com>
---
 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


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH 1/2] scsi: mylex: Use the correct style for SPDX License Identifier
  2019-12-28  5:55 ` [PATCH 1/2] scsi: mylex: " Nishad Kamdar
@ 2019-12-29 11:52   ` Hannes Reinecke
  0 siblings, 0 replies; 5+ messages in thread
From: Hannes Reinecke @ 2019-12-29 11:52 UTC (permalink / raw)
  To: Nishad Kamdar, Hannes Reinecke, Alim Akhtar, Avri Altman,
	Pedro Sousa, James E.J. Bottomley, Martin K. Petersen,
	Greg Kroah-Hartman, Joe Perches, Uwe Kleine-König
  Cc: linux-scsi, linux-kernel

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 <joe@perches.com>
> Signed-off-by: Nishad Kamdar <nishadkamdar@gmail.com>
> ---
>   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 <hare@suse.com>
> 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 <hare@suse.com>

Cheers,

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 0/2] scsi: Use the correct style for SPDX License Identifier
  2019-12-28  5:54 [PATCH 0/2] scsi: Use the correct style for SPDX License Identifier Nishad Kamdar
  2019-12-28  5:55 ` [PATCH 1/2] scsi: mylex: " Nishad Kamdar
  2019-12-28  5:56 ` [PATCH 2/2] scsi: ufs: sysfs: " Nishad Kamdar
@ 2020-01-03  2:59 ` Martin K. Petersen
  2 siblings, 0 replies; 5+ messages in thread
From: Martin K. Petersen @ 2020-01-03  2:59 UTC (permalink / raw)
  To: Nishad Kamdar
  Cc: Hannes Reinecke, Alim Akhtar, Avri Altman, Pedro Sousa,
	James E.J. Bottomley, Martin K. Petersen, Greg Kroah-Hartman,
	Joe Perches, Uwe Kleine-König, linux-scsi, linux-kernel


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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-01-03  2:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-28  5:54 [PATCH 0/2] scsi: Use the correct style for SPDX License Identifier Nishad Kamdar
2019-12-28  5:55 ` [PATCH 1/2] scsi: mylex: " Nishad Kamdar
2019-12-29 11:52   ` Hannes Reinecke
2019-12-28  5:56 ` [PATCH 2/2] scsi: ufs: sysfs: " Nishad Kamdar
2020-01-03  2:59 ` [PATCH 0/2] scsi: " Martin K. Petersen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).