diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2013-04-03 01:00:40 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-04-04 18:51:02 -0400 |
commit | ca0c4ba72d102fafcbd98f7f7d9c38e096f41570 (patch) | |
tree | f35df2acb14f97fed5c51b2dcedd499351f9fa1f /drivers/media | |
parent | 56a49194048d00b127711d2f1f557cf3e4b5fece (diff) |
[media] soc_camera/sh_mobile_ceu_camera: Fix warning related to spacing
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>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/platform/soc_camera/sh_mobile_ceu_camera.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/platform/soc_camera/sh_mobile_ceu_camera.c b/drivers/media/platform/soc_camera/sh_mobile_ceu_camera.c index d7294efc3199..143d29fe0137 100644 --- a/drivers/media/platform/soc_camera/sh_mobile_ceu_camera.c +++ b/drivers/media/platform/soc_camera/sh_mobile_ceu_camera.c | |||
@@ -2288,7 +2288,7 @@ static const struct dev_pm_ops sh_mobile_ceu_dev_pm_ops = { | |||
2288 | }; | 2288 | }; |
2289 | 2289 | ||
2290 | static struct platform_driver sh_mobile_ceu_driver = { | 2290 | static struct platform_driver sh_mobile_ceu_driver = { |
2291 | .driver = { | 2291 | .driver = { |
2292 | .name = "sh_mobile_ceu", | 2292 | .name = "sh_mobile_ceu", |
2293 | .pm = &sh_mobile_ceu_dev_pm_ops, | 2293 | .pm = &sh_mobile_ceu_dev_pm_ops, |
2294 | }, | 2294 | }, |