All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] hv: Use the correct style for SPDX License Identifier
@ 2019-07-22 13:31 Nishad Kamdar
  2019-07-22 14:08 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 3+ messages in thread
From: Nishad Kamdar @ 2019-07-22 13:31 UTC (permalink / raw)
  To: K. Y. Srinivasan, Haiyang Zhang, Stephen Hemminger
  Cc: Sasha Levin, Greg Kroah-Hartman, Joe Perches,
	Uwe Kleine-König, linux-hyperv, linux-kernel

This patch corrects the SPDX License Identifier style
in the trace header file related to Microsoft Hyper-V
client drivers.
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: Joe Perches <joe@perches.com>
Signed-off-by: Nishad Kamdar <nishadkamdar@gmail.com>
---
 drivers/hv/hv_trace.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/hv/hv_trace.h b/drivers/hv/hv_trace.h
index 999f80a63bff..e70783e33680 100644
--- a/drivers/hv/hv_trace.h
+++ b/drivers/hv/hv_trace.h
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+/* SPDX-License-Identifier: GPL-2.0 */
 
 #undef TRACE_SYSTEM
 #define TRACE_SYSTEM hyperv
-- 
2.17.1


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

* Re: [PATCH] hv: Use the correct style for SPDX License Identifier
  2019-07-22 13:31 [PATCH] hv: Use the correct style for SPDX License Identifier Nishad Kamdar
@ 2019-07-22 14:08 ` Greg Kroah-Hartman
  2019-07-30 22:31   ` Sasha Levin
  0 siblings, 1 reply; 3+ messages in thread
From: Greg Kroah-Hartman @ 2019-07-22 14:08 UTC (permalink / raw)
  To: Nishad Kamdar
  Cc: K. Y. Srinivasan, Haiyang Zhang, Stephen Hemminger, Sasha Levin,
	Joe Perches, Uwe Kleine-König, linux-hyperv, linux-kernel

On Mon, Jul 22, 2019 at 07:01:17PM +0530, Nishad Kamdar wrote:
> This patch corrects the SPDX License Identifier style
> in the trace header file related to Microsoft Hyper-V
> client drivers.
> 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: Joe Perches <joe@perches.com>
> Signed-off-by: Nishad Kamdar <nishadkamdar@gmail.com>

Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

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

* Re: [PATCH] hv: Use the correct style for SPDX License Identifier
  2019-07-22 14:08 ` Greg Kroah-Hartman
@ 2019-07-30 22:31   ` Sasha Levin
  0 siblings, 0 replies; 3+ messages in thread
From: Sasha Levin @ 2019-07-30 22:31 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Nishad Kamdar, K. Y. Srinivasan, Haiyang Zhang,
	Stephen Hemminger, Joe Perches, Uwe Kleine-König,
	linux-hyperv, linux-kernel

On Mon, Jul 22, 2019 at 04:08:09PM +0200, Greg Kroah-Hartman wrote:
>On Mon, Jul 22, 2019 at 07:01:17PM +0530, Nishad Kamdar wrote:
>> This patch corrects the SPDX License Identifier style
>> in the trace header file related to Microsoft Hyper-V
>> client drivers.
>> 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: Joe Perches <joe@perches.com>
>> Signed-off-by: Nishad Kamdar <nishadkamdar@gmail.com>
>
>Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

Queued up for hyperv-fixes, thanks!

--
Thanks,
Sasha

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

end of thread, other threads:[~2019-07-30 22:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-22 13:31 [PATCH] hv: Use the correct style for SPDX License Identifier Nishad Kamdar
2019-07-22 14:08 ` Greg Kroah-Hartman
2019-07-30 22:31   ` Sasha Levin

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.