1
0
Fork 0

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@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
alistair/sensors
Lukas Bulwahn 2020-03-21 12:40:22 +01:00 committed by Greg Kroah-Hartman
parent d198b34f38
commit 71db3aa281
1 changed files with 1 additions and 1 deletions

View File

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