All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 0/1] one vfio-ccw patch for 5.6
@ 2020-02-06 17:03 Cornelia Huck
  2020-02-06 17:03 ` [PULL 1/1] vfio-ccw: Use the correct style for SPDX License Identifier Cornelia Huck
  2020-02-10 12:43 ` [PULL 0/1] one vfio-ccw patch for 5.6 Vasily Gorbik
  0 siblings, 2 replies; 3+ messages in thread
From: Cornelia Huck @ 2020-02-06 17:03 UTC (permalink / raw)
  To: Heiko Carstens, Vasily Gorbik, Christian Borntraeger
  Cc: Eric Farman, Halil Pasic, linux-s390, kvm, Cornelia Huck

The following changes since commit d1eef1c619749b2a57e514a3fa67d9a516ffa919:

  Linux 5.5-rc2 (2019-12-15 15:16:08 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/kvms390/vfio-ccw.git tags/vfio-ccw-20200206

for you to fetch changes up to dbaf10027ae92a66f0dfad33e1e3453daa16373f:

  vfio-ccw: Use the correct style for SPDX License Identifier (2020-01-07 10:37:34 +0100)

----------------------------------------------------------------
fix style of SPDX License Identifier

----------------------------------------------------------------

Nishad Kamdar (1):
  vfio-ccw: Use the correct style for SPDX License Identifier

 drivers/s390/cio/vfio_ccw_trace.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
2.21.1

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

* [PULL 1/1] vfio-ccw: Use the correct style for SPDX License Identifier
  2020-02-06 17:03 [PULL 0/1] one vfio-ccw patch for 5.6 Cornelia Huck
@ 2020-02-06 17:03 ` Cornelia Huck
  2020-02-10 12:43 ` [PULL 0/1] one vfio-ccw patch for 5.6 Vasily Gorbik
  1 sibling, 0 replies; 3+ messages in thread
From: Cornelia Huck @ 2020-02-06 17:03 UTC (permalink / raw)
  To: Heiko Carstens, Vasily Gorbik, Christian Borntraeger
  Cc: Eric Farman, Halil Pasic, linux-s390, kvm, Nishad Kamdar, Cornelia Huck

From: Nishad Kamdar <nishadkamdar@gmail.com>

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>
Message-Id: <20191225122054.GA4598@nishad>
Signed-off-by: Cornelia Huck <cohuck@redhat.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.21.1

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

* Re: [PULL 0/1] one vfio-ccw patch for 5.6
  2020-02-06 17:03 [PULL 0/1] one vfio-ccw patch for 5.6 Cornelia Huck
  2020-02-06 17:03 ` [PULL 1/1] vfio-ccw: Use the correct style for SPDX License Identifier Cornelia Huck
@ 2020-02-10 12:43 ` Vasily Gorbik
  1 sibling, 0 replies; 3+ messages in thread
From: Vasily Gorbik @ 2020-02-10 12:43 UTC (permalink / raw)
  To: Cornelia Huck
  Cc: Heiko Carstens, Christian Borntraeger, Eric Farman, Halil Pasic,
	linux-s390, kvm

On Thu, Feb 06, 2020 at 06:03:30PM +0100, Cornelia Huck wrote:
> The following changes since commit d1eef1c619749b2a57e514a3fa67d9a516ffa919:
> 
>   Linux 5.5-rc2 (2019-12-15 15:16:08 -0800)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/kvms390/vfio-ccw.git tags/vfio-ccw-20200206
> 
> for you to fetch changes up to dbaf10027ae92a66f0dfad33e1e3453daa16373f:
> 
>   vfio-ccw: Use the correct style for SPDX License Identifier (2020-01-07 10:37:34 +0100)
> 
> ----------------------------------------------------------------
> fix style of SPDX License Identifier
> 
> ----------------------------------------------------------------
> 
> Nishad Kamdar (1):
>   vfio-ccw: Use the correct style for SPDX License Identifier
> 
>  drivers/s390/cio/vfio_ccw_trace.h | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> -- 
> 2.21.1
> 
Pulled into fixes, thanks!

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

end of thread, other threads:[~2020-02-10 12:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-06 17:03 [PULL 0/1] one vfio-ccw patch for 5.6 Cornelia Huck
2020-02-06 17:03 ` [PULL 1/1] vfio-ccw: Use the correct style for SPDX License Identifier Cornelia Huck
2020-02-10 12:43 ` [PULL 0/1] one vfio-ccw patch for 5.6 Vasily Gorbik

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.