]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
[media] [trivial] s5p: Fix typo in mixer_drv.c and hdmi_drv.c
authorMasanari Iida <standby24x7@gmail.com>
Sun, 29 Jan 2012 11:50:53 +0000 (08:50 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 8 Feb 2012 13:01:26 +0000 (11:01 -0200)
Correct typo "sucessful" to "successful" in
drivers/media/video/s5p-tv/mixer_drv.c
drivers/media/video/s5p-tv/hdmi_drv.c

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/s5p-tv/hdmi_drv.c
drivers/media/video/s5p-tv/mixer_drv.c

index 8b41a0410ab175ab3968ad66036c6290301a6a68..3e0dd099b2e0a929b8c1f0a1c03cde93f68e231b 100644 (file)
@@ -962,7 +962,7 @@ static int __devinit hdmi_probe(struct platform_device *pdev)
        /* storing subdev for call that have only access to struct device */
        dev_set_drvdata(dev, sd);
 
-       dev_info(dev, "probe sucessful\n");
+       dev_info(dev, "probe successful\n");
 
        return 0;
 
@@ -1000,7 +1000,7 @@ static int __devexit hdmi_remove(struct platform_device *pdev)
        iounmap(hdmi_dev->regs);
        hdmi_resources_cleanup(hdmi_dev);
        kfree(hdmi_dev);
-       dev_info(dev, "remove sucessful\n");
+       dev_info(dev, "remove successful\n");
 
        return 0;
 }
index 00643094b2212f69d637b60bed06875c8401cdb5..a2c0c25ad130aea3e6e771821356721257acdf94 100644 (file)
@@ -444,7 +444,7 @@ static int __devexit mxr_remove(struct platform_device *pdev)
 
        kfree(mdev);
 
-       dev_info(dev, "remove sucessful\n");
+       dev_info(dev, "remove successful\n");
        return 0;
 }