]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
ASoC: Ux500: Correct license strings
authorOla Lilja <ola.o.lilja@stericsson.com>
Wed, 13 Jun 2012 08:09:51 +0000 (10:09 +0200)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 13 Jun 2012 09:22:41 +0000 (17:22 +0800)
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>
sound/soc/codecs/ab8500-codec.c
sound/soc/ux500/ux500_msp_dai.c
sound/soc/ux500/ux500_msp_i2s.c
sound/soc/ux500/ux500_pcm.c

index 95dc7d5bb07677ca732a4465475675594f0a6247..389dd660b511fab92ac3b4912405b3a6bc0f5e39 100644 (file)
@@ -2518,4 +2518,4 @@ static struct platform_driver ab8500_codec_platform_driver = {
 };
 module_platform_driver(ab8500_codec_platform_driver);
 
-MODULE_LICENSE("GPLv2");
+MODULE_LICENSE("GPL v2");
index 93c6c40e724c3027c4f85cc4dedb29afdb6a4696..62ac0285bfaffe367f0c3ddfb36bac52cb6113e2 100644 (file)
@@ -840,4 +840,4 @@ static struct platform_driver msp_i2s_driver = {
 };
 module_platform_driver(msp_i2s_driver);
 
-MODULE_LICENSE("GPLv2");
+MODULE_LICENSE("GPL v2");
index 496dec10c96ef6f04d5794871c55e30bed8466ab..ee14d2dac2f53c4e328f622bf6566afbd193c309 100644 (file)
@@ -739,4 +739,4 @@ void ux500_msp_i2s_cleanup_msp(struct platform_device *pdev,
        devm_kfree(&pdev->dev, msp);
 }
 
-MODULE_LICENSE("GPLv2");
+MODULE_LICENSE("GPL v2");
index 66b080e5de964ab8ec70dd701cbb0a0e5b1d95f6..97d8e4de29c219e50390e2f4dd097369d498517d 100644 (file)
@@ -315,4 +315,4 @@ static struct platform_driver ux500_pcm_driver = {
 };
 module_platform_driver(ux500_pcm_driver);
 
-MODULE_LICENSE("GPLv2");
+MODULE_LICENSE("GPL v2");