From: Mauro Carvalho Chehab Date: Wed, 29 Apr 2015 23:19:20 +0000 (-0300) Subject: [media] dw2102: fix bad indenting X-Git-Tag: firefly_0821_release~176^2~795^2~924 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=48902bc7d0ca096da7ca17ad1428c370ed97f61b;p=firefly-linux-kernel-4.4.55.git [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 --- 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) &&