OSDN Git Service

ASoC: MT6660: make spdxcheck.py happy
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Sat, 21 Mar 2020 11:40:22 +0000 (12:40 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 23 Mar 2020 18:17:22 +0000 (18:17 +0000)
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@gmail.com>
Link: https://lore.kernel.org/r/20200321114022.8545-1-lukas.bulwahn@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/mt6660.c

index bcec82a..d179700 100644 (file)
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0 //
+// SPDX-License-Identifier: GPL-2.0
 
 // Copyright (c) 2019 MediaTek Inc.