V4L/DVB (3599b): Whitespace cleanups under drivers/media
[firefly-linux-kernel-4.4.55.git] / drivers / media / video / et61x251 / et61x251_tas5130d1b.c
index 3998d76a307a3a6cc9bafae9081eebd8e1d1b9d9..a7d65b82b2fbd4c92022118e3f1c15b1af38632c 100644 (file)
@@ -46,20 +46,20 @@ static int tas5130d1b_init(struct et61x251_device* cam)
 
 
 static int tas5130d1b_set_ctrl(struct et61x251_device* cam,
-                               const struct v4l2_control* ctrl)
+                              const struct v4l2_control* ctrl)
 {
        int err = 0;
 
        switch (ctrl->id) {
        case V4L2_CID_GAIN:
                err += et61x251_i2c_raw_write(cam, 2, 0x20,
-                                             0xf6-ctrl->value, 0, 0, 0,
-                                             0, 0, 0, 0);
+                                             0xf6-ctrl->value, 0, 0, 0,
+                                             0, 0, 0, 0);
                break;
        case V4L2_CID_EXPOSURE:
                err += et61x251_i2c_raw_write(cam, 2, 0x40,
-                                             0x47-ctrl->value, 0, 0, 0,
-                                             0, 0, 0, 0);
+                                             0x47-ctrl->value, 0, 0, 0,
+                                             0, 0, 0, 0);
                break;
        default:
                return -EINVAL;