]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
[media] soc_camera/sh_mobile_ceu_camera: Fix warning related to spacing
authorSachin Kamat <sachin.kamat@linaro.org>
Wed, 3 Apr 2013 05:00:40 +0000 (02:00 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 4 Apr 2013 22:51:02 +0000 (19:51 -0300)
Fixes the following checkpatch warning:
WARNING: please, no space before tabs

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/platform/soc_camera/sh_mobile_ceu_camera.c

index d7294efc3199004da13021a4e56e93009c0e7db2..143d29fe013721a0d2f37d6159a8732919c4e889 100644 (file)
@@ -2288,7 +2288,7 @@ static const struct dev_pm_ops sh_mobile_ceu_dev_pm_ops = {
 };
 
 static struct platform_driver sh_mobile_ceu_driver = {
-       .driver         = {
+       .driver         = {
                .name   = "sh_mobile_ceu",
                .pm     = &sh_mobile_ceu_dev_pm_ops,
        },