Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  * i2c_driver function
  */
 
-static int ov772x_probe(struct i2c_client          *client,
-                       const struct i2c_device_id *did)
-
+static int ov772x_probe(struct i2c_client *client,
+                        const struct i2c_device_id *did)
 {
        struct ov772x_priv        *priv;
        struct ov772x_camera_info *info;
 };
 MODULE_DEVICE_TABLE(i2c, ov772x_id);
 
-
 static struct i2c_driver ov772x_i2c_driver = {
        .driver = {
                .name = "ov772x",