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>
        }
 
        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;
                        signal_type = STV0900_NODATA;
                        no_signal = stv0900_check_signal_presence(intp, demod);
 
-                               intp->result[demod].locked = FALSE;
+                       intp->result[demod].locked = FALSE;
                }
        }