[media] bcm3510: fix indentation
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>
Tue, 28 Apr 2015 21:25:14 +0000 (18:25 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Thu, 30 Apr 2015 16:44:28 +0000 (13:44 -0300)
drivers/media/dvb-frontends/bcm3510.c:688 bcm3510_reset() warn: inconsistent indenting
drivers/media/dvb-frontends/bcm3510.c:711 bcm3510_clear_reset() warn: inconsistent indenting

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

index 638c7aa0fb7e6ae90434d10d92c22879a89a860c..23bfd00d42dbed2e031170c0836aad4f8bc2a58d 100644 (file)
@@ -685,7 +685,7 @@ static int bcm3510_reset(struct bcm3510_state *st)
        if ((ret = bcm3510_writeB(st,0xa0,v)) < 0)
                return ret;
 
-    t = jiffies + 3*HZ;
+       t = jiffies + 3*HZ;
        while (time_before(jiffies, t)) {
                msleep(10);
                if ((ret = bcm3510_readB(st,0xa2,&v)) < 0)
@@ -708,7 +708,7 @@ static int bcm3510_clear_reset(struct bcm3510_state *st)
        if ((ret = bcm3510_writeB(st,0xa0,v)) < 0)
                return ret;
 
-    t = jiffies + 3*HZ;
+       t = jiffies + 3*HZ;
        while (time_before(jiffies, t)) {
                msleep(10);
                if ((ret = bcm3510_readB(st,0xa2,&v)) < 0)