[media] dw2102: fix bad indenting
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>
Wed, 29 Apr 2015 23:19:20 +0000 (20:19 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Fri, 1 May 2015 09:26:47 +0000 (06:26 -0300)
drivers/media/usb/dvb-usb/dw2102.c:440 dw2104_i2c_transfer() warn: inconsistent indenting

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/usb/dvb-usb/dw2102.c

index f1f357f43ff03663b1d606502dbcd3c250bcd16b..28fd6bacb852c36e8935cdb7061e32f5be083f49 100644 (file)
@@ -437,7 +437,7 @@ static int dw2104_i2c_transfer(struct i2c_adapter *adap, struct i2c_msg msg[], i
                                                ibuf, msg[j].len + 2,
                                                DW210X_READ_MSG);
                                memcpy(msg[j].buf, ibuf + 2, msg[j].len);
-                       mdelay(10);
+                               mdelay(10);
                        } else if (((msg[j].buf[0] == 0xb0) &&
                                                (msg[j].addr == 0x68)) ||
                                                ((msg[j].buf[0] == 0xf7) &&