summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-04-29 20:19:20 -0300
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-05-01 06:26:47 -0300
commit48902bc7d0ca096da7ca17ad1428c370ed97f61b (patch)
tree33b8a7bbcda8a399a3c4d2d3fc24e69a9ed8c2e8
parentab4bc55ebd6d8f37674b0f0b228e643c118da3e0 (diff)
downloadop-kernel-dev-48902bc7d0ca096da7ca17ad1428c370ed97f61b.zip
op-kernel-dev-48902bc7d0ca096da7ca17ad1428c370ed97f61b.tar.gz
[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.c2
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 f1f357f..28fd6ba 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) &&
OpenPOWER on IntegriCloud