public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH] net: ethernet: Use the correct style for SPDX License Identifier
@ 2019-10-23 15:26 Nishad Kamdar
  2019-10-24 11:52 ` Linus Walleij
  2019-10-26  2:30 ` David Miller
  0 siblings, 2 replies; 3+ messages in thread
From: Nishad Kamdar @ 2019-10-23 15:26 UTC (permalink / raw)
  To: Hans Ulli Kroll, Linus Walleij, David S. Miller,
	Greg Kroah-Hartman, Joe Perches, Uwe Kleine-König
  Cc: netdev, linux-kernel, linux-arm-kernel

This patch corrects the SPDX License Identifier style in
header file related to ethernet driver for Cortina Gemini
devices. 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/net/ethernet/cortina/gemini.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/cortina/gemini.h b/drivers/net/ethernet/cortina/gemini.h
index 0b12f89bf89a..9fdf77d5eb37 100644
--- a/drivers/net/ethernet/cortina/gemini.h
+++ b/drivers/net/ethernet/cortina/gemini.h
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+/* SPDX-License-Identifier: GPL-2.0 */
 /* Register definitions for Gemini GMAC Ethernet device driver
  *
  * Copyright (C) 2006 Storlink, Corp.
-- 
2.17.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] net: ethernet: Use the correct style for SPDX License Identifier
  2019-10-23 15:26 [PATCH] net: ethernet: Use the correct style for SPDX License Identifier Nishad Kamdar
@ 2019-10-24 11:52 ` Linus Walleij
  2019-10-26  2:30 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: Linus Walleij @ 2019-10-24 11:52 UTC (permalink / raw)
  To: Nishad Kamdar
  Cc: Greg Kroah-Hartman, Hans Ulli Kroll, linux-kernel@vger.kernel.org,
	netdev, Uwe Kleine-König, Joe Perches, David S. Miller,
	Linux ARM

On Wed, Oct 23, 2019 at 5:26 PM Nishad Kamdar <nishadkamdar@gmail.com> wrote:

> This patch corrects the SPDX License Identifier style in
> header file related to ethernet driver for Cortina Gemini
> devices. 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: Linus Walleij <linus.walleij@linaro.org>

Yours,
Linus Walleij

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] net: ethernet: Use the correct style for SPDX License Identifier
  2019-10-23 15:26 [PATCH] net: ethernet: Use the correct style for SPDX License Identifier Nishad Kamdar
  2019-10-24 11:52 ` Linus Walleij
@ 2019-10-26  2:30 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2019-10-26  2:30 UTC (permalink / raw)
  To: nishadkamdar
  Cc: gregkh, ulli.kroll, linux-kernel, netdev, u.kleine-koenig, joe,
	linus.walleij, linux-arm-kernel

From: Nishad Kamdar <nishadkamdar@gmail.com>
Date: Wed, 23 Oct 2019 20:56:38 +0530

> This patch corrects the SPDX License Identifier style in
> header file related to ethernet driver for Cortina Gemini
> devices. 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>

Applied, thanks.

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2019-10-26  2:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-23 15:26 [PATCH] net: ethernet: Use the correct style for SPDX License Identifier Nishad Kamdar
2019-10-24 11:52 ` Linus Walleij
2019-10-26  2:30 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox