Skip to content

Commit

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

static struct platform_driver soc_camera_platform_driver = {
.driver = {
.driver = {
.name = "soc_camera_platform",
.owner = THIS_MODULE,
},
Expand Down

0 comments on commit 992bc79

Please sign in to comment.