These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / drivers / media / dvb-frontends / tda10023.c
index ca1e0d5..44a5565 100644 (file)
@@ -331,7 +331,7 @@ static int tda10023_set_parameters(struct dvb_frontend *fe)
        }
 
        /*
-        * gcc optimizes the code bellow the same way as it would code:
+        * gcc optimizes the code below the same way as it would code:
         *               "if (qam > 5) return -EINVAL;"
         * Yet, the code is clearer, as it shows what QAM standards are
         * supported by the driver, and avoids the usage of magic numbers on
@@ -376,7 +376,8 @@ static int tda10023_set_parameters(struct dvb_frontend *fe)
        return 0;
 }
 
-static int tda10023_read_status(struct dvb_frontend* fe, fe_status_t* status)
+static int tda10023_read_status(struct dvb_frontend *fe,
+                               enum fe_status *status)
 {
        struct tda10023_state* state = fe->demodulator_priv;
        int sync;