diff options
author | Ola Lilja <ola.o.lilja@stericsson.com> | 2012-06-13 04:09:51 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-06-13 05:22:41 -0400 |
commit | 85f243912b99b053ce0624c30609f5d8fd4445d2 (patch) | |
tree | 63c60e7082c0807def7eadfeec99a69ddd31a8c6 /sound/soc | |
parent | 66e61060d7ad9fcf61475fb836fb5987db7a7ee0 (diff) |
ASoC: Ux500: Correct license strings
GPLv2 -> GPL v2
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Ola Lilja <ola.o.lilja@stericsson.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc')
-rw-r--r-- | sound/soc/codecs/ab8500-codec.c | 2 | ||||
-rw-r--r-- | sound/soc/ux500/ux500_msp_dai.c | 2 | ||||
-rw-r--r-- | sound/soc/ux500/ux500_msp_i2s.c | 2 | ||||
-rw-r--r-- | sound/soc/ux500/ux500_pcm.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sound/soc/codecs/ab8500-codec.c b/sound/soc/codecs/ab8500-codec.c index 95dc7d5bb07..389dd660b51 100644 --- a/sound/soc/codecs/ab8500-codec.c +++ b/sound/soc/codecs/ab8500-codec.c | |||
@@ -2518,4 +2518,4 @@ static struct platform_driver ab8500_codec_platform_driver = { | |||
2518 | }; | 2518 | }; |
2519 | module_platform_driver(ab8500_codec_platform_driver); | 2519 | module_platform_driver(ab8500_codec_platform_driver); |
2520 | 2520 | ||
2521 | MODULE_LICENSE("GPLv2"); | 2521 | MODULE_LICENSE("GPL v2"); |
diff --git a/sound/soc/ux500/ux500_msp_dai.c b/sound/soc/ux500/ux500_msp_dai.c index 93c6c40e724..62ac0285bfa 100644 --- a/sound/soc/ux500/ux500_msp_dai.c +++ b/sound/soc/ux500/ux500_msp_dai.c | |||
@@ -840,4 +840,4 @@ static struct platform_driver msp_i2s_driver = { | |||
840 | }; | 840 | }; |
841 | module_platform_driver(msp_i2s_driver); | 841 | module_platform_driver(msp_i2s_driver); |
842 | 842 | ||
843 | MODULE_LICENSE("GPLv2"); | 843 | MODULE_LICENSE("GPL v2"); |
diff --git a/sound/soc/ux500/ux500_msp_i2s.c b/sound/soc/ux500/ux500_msp_i2s.c index 496dec10c96..ee14d2dac2f 100644 --- a/sound/soc/ux500/ux500_msp_i2s.c +++ b/sound/soc/ux500/ux500_msp_i2s.c | |||
@@ -739,4 +739,4 @@ void ux500_msp_i2s_cleanup_msp(struct platform_device *pdev, | |||
739 | devm_kfree(&pdev->dev, msp); | 739 | devm_kfree(&pdev->dev, msp); |
740 | } | 740 | } |
741 | 741 | ||
742 | MODULE_LICENSE("GPLv2"); | 742 | MODULE_LICENSE("GPL v2"); |
diff --git a/sound/soc/ux500/ux500_pcm.c b/sound/soc/ux500/ux500_pcm.c index 66b080e5de9..97d8e4de29c 100644 --- a/sound/soc/ux500/ux500_pcm.c +++ b/sound/soc/ux500/ux500_pcm.c | |||
@@ -315,4 +315,4 @@ static struct platform_driver ux500_pcm_driver = { | |||
315 | }; | 315 | }; |
316 | module_platform_driver(ux500_pcm_driver); | 316 | module_platform_driver(ux500_pcm_driver); |
317 | 317 | ||
318 | MODULE_LICENSE("GPLv2"); | 318 | MODULE_LICENSE("GPL v2"); |