ASoC: ak4642: convert to SPDX identifiers
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Mon, 30 Jul 2018 07:51:41 +0000 (07:51 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 30 Jul 2018 11:02:25 +0000 (12:02 +0100)
commitfe209b97184f577b70ae0799c2b149be36092f84
treea37a25d401313de57678de65457c395e733c97eb
parent345a9ca37aa69bb3133c1a8390a71f993abcef0c
ASoC: ak4642: convert to SPDX identifiers

As original license mentioned, it is GPL-2.0 in SPDX.
Then, MODULE_LICENSE() should be "GPL v2" instead of "GPL".
See ${LINUX}/include/linux/module.h

"GPL"           [GNU Public License v2 or later]
"GPL v2"        [GNU Public License v2]

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/ak4642.c