All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] vfio-ccw: Use the correct style for SPDX License Identifier
@ 2019-12-25 12:20 Nishad Kamdar
  2020-01-07  9:47 ` Cornelia Huck
  0 siblings, 1 reply; 2+ messages in thread
From: Nishad Kamdar @ 2019-12-25 12:20 UTC (permalink / raw)
  To: Cornelia Huck, Eric Farman, Halil Pasic, Sebastian Ott,
	Peter Oberparleiter, Heiko Carstens, Vasily Gorbik,
	Christian Borntraeger, Greg Kroah-Hartman, Joe Perches,
	Uwe Kleine-König
  Cc: linux-s390, kvm, linux-kernel

This patch corrects the SPDX License Identifier style in
header file related to S/390 common i/o drivers.
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/s390/cio/vfio_ccw_trace.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/s390/cio/vfio_ccw_trace.h b/drivers/s390/cio/vfio_ccw_trace.h
index 30162a318a8a..f5d31887d413 100644
--- a/drivers/s390/cio/vfio_ccw_trace.h
+++ b/drivers/s390/cio/vfio_ccw_trace.h
@@ -1,5 +1,5 @@
-/* SPDX-License-Identifier: GPL-2.0
- * Tracepoints for vfio_ccw driver
+/* SPDX-License-Identifier: GPL-2.0 */
+/* Tracepoints for vfio_ccw driver
  *
  * Copyright IBM Corp. 2018
  *
-- 
2.17.1


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

* Re: [PATCH] vfio-ccw: Use the correct style for SPDX License Identifier
  2019-12-25 12:20 [PATCH] vfio-ccw: Use the correct style for SPDX License Identifier Nishad Kamdar
@ 2020-01-07  9:47 ` Cornelia Huck
  0 siblings, 0 replies; 2+ messages in thread
From: Cornelia Huck @ 2020-01-07  9:47 UTC (permalink / raw)
  To: Nishad Kamdar
  Cc: Eric Farman, Halil Pasic, Sebastian Ott, Peter Oberparleiter,
	Heiko Carstens, Vasily Gorbik, Christian Borntraeger,
	Greg Kroah-Hartman, Joe Perches, Uwe Kleine-König,
	linux-s390, kvm, linux-kernel

On Wed, 25 Dec 2019 17:50:58 +0530
Nishad Kamdar <nishadkamdar@gmail.com> wrote:

> This patch corrects the SPDX License Identifier style in
> header file related to S/390 common i/o drivers.
> 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.
>

Fixes: 3cd90214b70f ("vfio: ccw: add tracepoints for interesting error paths")
 
> Suggested-by: Joe Perches <joe@perches.com>
> Signed-off-by: Nishad Kamdar <nishadkamdar@gmail.com>
> ---
>  drivers/s390/cio/vfio_ccw_trace.h | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Thanks, applied.


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

end of thread, other threads:[~2020-01-07  9:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-25 12:20 [PATCH] vfio-ccw: Use the correct style for SPDX License Identifier Nishad Kamdar
2020-01-07  9:47 ` Cornelia Huck

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.