[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20200321114022.8545-1-lukas.bulwahn@gmail.com>
Date: Sat, 21 Mar 2020 12:40:22 +0100
From: Lukas Bulwahn <lukas.bulwahn@...il.com>
To: Jeff Chang <jeff_chang@...htek.com>,
Matthias Brugger <matthias.bgg@...il.com>,
linux-mediatek@...ts.infradead.org
Cc: Mark Brown <broonie@...nel.org>, alsa-devel@...a-project.org,
linux-arm-kernel@...ts.infradead.org, linux-spdx@...r.kernel.org,
linux-kernel@...r.kernel.org,
Lukas Bulwahn <lukas.bulwahn@...il.com>
Subject: [PATCH] ASoC: MT6660: make spdxcheck.py happy
The SPDX-License-Identifier shall not be suffixed with anything further.
This makes ./scripts/spdxcheck.py complain:
sound/soc/codecs/mt6660.c: 1:36 Invalid token: //
Clean up SPDX-License-Identifier line to make spdxcheck.py happy.
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@...il.com>
---
sound/soc/codecs/mt6660.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/soc/codecs/mt6660.c b/sound/soc/codecs/mt6660.c
index a36c416caad4..06ab1d39d2c1 100644
--- a/sound/soc/codecs/mt6660.c
+++ b/sound/soc/codecs/mt6660.c
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0 //
+// SPDX-License-Identifier: GPL-2.0
// Copyright (c) 2019 MediaTek Inc.
--
2.17.1
Powered by blists - more mailing lists