diff options
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-04-29 20:19:20 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-05-01 06:26:47 -0300 |
commit | 48902bc7d0ca096da7ca17ad1428c370ed97f61b (patch) | |
tree | 33b8a7bbcda8a399a3c4d2d3fc24e69a9ed8c2e8 | |
parent | ab4bc55ebd6d8f37674b0f0b228e643c118da3e0 (diff) | |
download | linux-48902bc7d0ca096da7ca17ad1428c370ed97f61b.tar.bz2 |
[media] dw2102: fix bad indenting
drivers/media/usb/dvb-usb/dw2102.c:440 dw2104_i2c_transfer() warn: inconsistent indenting
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
-rw-r--r-- | drivers/media/usb/dvb-usb/dw2102.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/usb/dvb-usb/dw2102.c b/drivers/media/usb/dvb-usb/dw2102.c index f1f357f43ff0..28fd6bacb852 100644 --- a/drivers/media/usb/dvb-usb/dw2102.c +++ b/drivers/media/usb/dvb-usb/dw2102.c @@ -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) && |