[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190205150620.GA17522@nishad>
Date: Tue, 5 Feb 2019 20:36:24 +0530
From: Nishad Kamdar <nishadkamdar@...il.com>
To: Forest Bond <forest@...ttletooquiet.net>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Greg Kroah-Hartman <greg@...ah.com>
Cc: Nishad Kamdar <nishadkamdar@...il.com>, devel@...verdev.osuosl.org,
linux-kernel@...r.kernel.org
Subject: [PATCH] staging: vt6656: Use the correct style for SPDX license
Identifier
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@...il.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
Powered by blists - more mailing lists