diff mbox series

ASoC: q6afe-clocks: Fix typo in SPDX Licence

Message ID 20200926171844.7792-1-srinivas.kandagatla@linaro.org
State Accepted
Commit d56a7ed2d8f93d95de3f3217c8d563233fde858b
Headers show
Series ASoC: q6afe-clocks: Fix typo in SPDX Licence | expand

Commit Message

Srinivas Kandagatla Sept. 26, 2020, 5:18 p.m. UTC
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>
---
 sound/soc/qcom/qdsp6/q6afe-clocks.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Mark Brown Sept. 28, 2020, 7:34 p.m. UTC | #1
On Sat, 26 Sep 2020 18:18:44 +0100, Srinivas Kandagatla wrote:
> Looks like there was a major typo in SPDX Licence version,
> Not sure how it was missed.
> This patch is to fix it.

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/1] ASoC: q6afe-clocks: Fix typo in SPDX Licence
      commit: d56a7ed2d8f93d95de3f3217c8d563233fde858b

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark
diff mbox series

Patch

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>