Skip to content

Commit

Permalink
[media] soc_camera/mx3_camera: Fix warning related to spacing
Browse files Browse the repository at this point in the history
Silences 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>
  • Loading branch information
Sachin Kamat authored and Mauro Carvalho Chehab committed Apr 4, 2013
1 parent afb1196 commit 0cb2986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/platform/soc_camera/mx3_camera.c
Original file line number Diff line number Diff line change
Expand Up @@ -1276,7 +1276,7 @@ static int mx3_camera_remove(struct platform_device *pdev)
}

static struct platform_driver mx3_camera_driver = {
.driver = {
.driver = {
.name = MX3_CAM_DRV_NAME,
},
.probe = mx3_camera_probe,
Expand Down

0 comments on commit 0cb2986

Please sign in to comment.