[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20191227024638.okfsc2ikeuibujnl@mandalore.localdomain>
Date: Thu, 26 Dec 2019 21:46:38 -0500
From: Matthew Hanzelik <mrhanzelik@...il.com>
To: gregkh@...uxfoundation.org
Cc: devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org
Subject: [PATCH] Staging: most: core: Fix SPDX License Identifier style issue
Fixed a style issue with the SPDX License Identifier style.
Signed-off-by: Matthew Hanzelik <mrhanzelik@...il.com>
---
drivers/staging/most/core.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/most/core.h b/drivers/staging/most/core.h
index 49859aef98df..1380e7586376 100644
--- a/drivers/staging/most/core.h
+++ b/drivers/staging/most/core.h
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+/* SPDX-License-Identifier: GPL-2.0 */
/*
* most.h - API for component and adapter drivers
*
--
2.24.1
Powered by blists - more mailing lists