mirror of
https://github.com/torvalds/linux.git
synced 2024-12-31 23:31:29 +00:00
[media] soc_camera/mx3_camera: Fix warning related to spacing
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>
This commit is contained in:
parent
afb1196708
commit
0cb2986884
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user