All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: vt6656: Use the correct style for SPDX license Identifier
@ 2019-02-05 15:06 Nishad Kamdar
  2019-02-05 18:44 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 7+ messages in thread
From: Nishad Kamdar @ 2019-02-05 15:06 UTC (permalink / raw)
  To: Forest Bond, Greg Kroah-Hartman, Greg Kroah-Hartman
  Cc: Nishad Kamdar, devel, linux-kernel

This patch corrects the style for SPDX license Identifier in mac.h
by using "/* */" in place of "//" as per Linux kernel licensing rules.
Issue found by checkpatch.

Signed-off-by: Nishad Kamdar <nishadkamdar@gmail.com>
---
 drivers/staging/vt6656/mac.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/vt6656/mac.h b/drivers/staging/vt6656/mac.h
index 94e700fcd0b6..75166020f7c6 100644
--- a/drivers/staging/vt6656/mac.h
+++ b/drivers/staging/vt6656/mac.h
@@ -1,5 +1,5 @@
-// SPDX-License-Identifier: GPL-2.0+
-/*
+/* SPDX-License-Identifier: GPL-2.0+
+ *
  * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
  * All rights reserved.
  *
-- 
2.17.1


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

end of thread, other threads:[~2019-02-13 14:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-05 15:06 [PATCH] staging: vt6656: Use the correct style for SPDX license Identifier Nishad Kamdar
2019-02-05 18:44 ` Greg Kroah-Hartman
2019-02-05 18:59   ` Joe Perches
2019-02-06 16:25     ` Greg Kroah-Hartman
2019-02-07  7:17       ` Joe Perches
2019-02-13 14:22         ` Nishad Kamdar
2019-02-12 15:09   ` Nishad Kamdar

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.