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>
Link: https://lore.kernel.org/r/20200321114022.8545-1-lukas.bulwahn@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Lukas Bulwahn 2020-03-21 12:40:22 +01:00 committed by Mark Brown
parent d1eb6d1161
commit bc765162f7
No known key found for this signature in database
GPG key ID: 24D68B725D5487D0

View file

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