[media] stv0900: fix bad indenting
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>
Wed, 29 Apr 2015 18:41:45 +0000 (15:41 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Fri, 1 May 2015 09:13:23 +0000 (06:13 -0300)
drivers/media/dvb-frontends/stv0900_sw.c:1559 stv0900_search_srate_fine() warn: inconsistent indenting
drivers/media/dvb-frontends/stv0900_sw.c:2012 stv0900_algo() warn: inconsistent indenting

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

index a0a7b16..fa63a9e 100644 (file)
@@ -1556,8 +1556,8 @@ static u32 stv0900_search_srate_fine(struct dvb_frontend *fe)
        }
 
        symbcomp = 13 * (coarse_srate / 10);
-               coarse_freq = (stv0900_read_reg(intp, CFR2) << 8)
-                                       | stv0900_read_reg(intp, CFR1);
+       coarse_freq = (stv0900_read_reg(intp, CFR2) << 8)
+                     | stv0900_read_reg(intp, CFR1);
 
        if (symbcomp < intp->symbol_rate[demod])
                coarse_srate = 0;
@@ -2009,7 +2009,7 @@ enum fe_stv0900_signal_type stv0900_algo(struct dvb_frontend *fe)
                        signal_type = STV0900_NODATA;
                        no_signal = stv0900_check_signal_presence(intp, demod);
 
-                               intp->result[demod].locked = FALSE;
+                       intp->result[demod].locked = FALSE;
                }
        }