projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d198b34
)
ASoC: MT6660: make spdxcheck.py happy
author
Lukas Bulwahn
<lukas.bulwahn@gmail.com>
Sat, 21 Mar 2020 11:40:22 +0000
(12:40 +0100)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Wed, 25 Mar 2020 11:24:01 +0000
(12:24 +0100)
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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/soc/codecs/mt6660.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/mt6660.c
b/sound/soc/codecs/mt6660.c
index a36c416caad4dbbd8c9382b7b415b1362af45a3d..06ab1d39d2c1d8d3ee5297430510ebf7eb1d416a 100644
(file)
--- 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.