diff options
author | Srinivas Kandagatla <srinivas.kandagatla@linaro.org> | 2020-09-26 20:18:44 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-09-28 13:32:13 +0300 |
commit | d56a7ed2d8f93d95de3f3217c8d563233fde858b (patch) | |
tree | a2038b8a0c76e9908918b5a0b6a29022f40e8863 /sound/soc/qcom/qdsp6/q6afe-clocks.c | |
parent | 24c95ec9fbb630981a42c196766c1d21f4a28052 (diff) | |
download | linux-d56a7ed2d8f93d95de3f3217c8d563233fde858b.tar.xz |
ASoC: q6afe-clocks: Fix typo in SPDX Licence
Looks like there was a major typo in SPDX Licence version,
Not sure how it was missed.
This patch is to fix it.
Reported-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Link: https://lore.kernel.org/r/20200926171844.7792-1-srinivas.kandagatla@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/qcom/qdsp6/q6afe-clocks.c')
-rw-r--r-- | sound/soc/qcom/qdsp6/q6afe-clocks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/qcom/qdsp6/q6afe-clocks.c b/sound/soc/qcom/qdsp6/q6afe-clocks.c index 25b409597d51..2efc2eaa0424 100644 --- a/sound/soc/qcom/qdsp6/q6afe-clocks.c +++ b/sound/soc/qcom/qdsp6/q6afe-clocks.c @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: GPL-1.0 +// SPDX-License-Identifier: GPL-2.0 // Copyright (c) 2020, Linaro Limited #include <linux/err.h> |