media: replace bellow -> below
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>
Fri, 8 May 2015 11:59:16 +0000 (08:59 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Fri, 8 May 2015 17:48:48 +0000 (14:48 -0300)
Bellow is yelling. Ok, sometimes the code is yells a lot, but
but this is not the case there ;)

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/common/siano/smsir.c
drivers/media/dvb-frontends/drx39xyj/drxj.c
drivers/media/dvb-frontends/drxk_hard.c
drivers/media/dvb-frontends/tda10021.c
drivers/media/dvb-frontends/tda10023.c
drivers/media/i2c/tvaudio.c
drivers/media/tuners/tuner-xc2028.c

index 1d60d200d9ab1d7a23becbfd0259b9e728d0a22e..41f2a39399792e55fb6217163a6906ad66837229 100644 (file)
@@ -78,7 +78,7 @@ int sms_ir_init(struct smscore_device_t *coredev)
        dev->dev.parent = coredev->device;
 
 #if 0
-       /* TODO: properly initialize the parameters bellow */
+       /* TODO: properly initialize the parameters below */
        dev->input_id.bustype = BUS_USB;
        dev->input_id.version = 1;
        dev->input_id.vendor = le16_to_cpu(dev->udev->descriptor.idVendor);
index 61f76038442a6a4010d8ae14b9dd2277420da128..52245354bf04244a38d7beafba7e26ec0b236d3f 100644 (file)
@@ -9541,7 +9541,7 @@ ctrl_get_qam_sig_quality(struct drx_demod_instance *demod)
        /* ----------------------------------------- */
        /* Pre Viterbi Symbol Error Rate Calculation */
        /* ----------------------------------------- */
-       /* pre viterbi SER is good if it is bellow 0.025 */
+       /* pre viterbi SER is good if it is below 0.025 */
 
        /* get the register value */
        /*   no of quadrature symbol errors */
index d46cf5f7cd2ef76cebd71391ce5a8d26d82c0616..ad35264a3819e7ec5e9659089c91fecacaf8fe7e 100644 (file)
@@ -544,7 +544,7 @@ error:
 static int init_state(struct drxk_state *state)
 {
        /*
-        * FIXME: most (all?) of the values bellow should be moved into
+        * FIXME: most (all?) of the values below should be moved into
         * struct drxk_config, as they are probably board-specific
         */
        u32 ul_vsb_if_agc_mode = DRXK_AGC_CTRL_AUTO;
index 1bff7f457e196257136fa71a2790010d5ec370bb..28d9870680489e105f4c6f87bf6cfe9fa01de149 100644 (file)
@@ -258,7 +258,7 @@ static int tda10021_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
index ca1e0d54b69afcf343221120f7cb6636962a10d6..f92fbbbb4a716ce41c3686bf71abe8405eda614b 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
index 070c152da95aa0dd30c2e63e103ab8eac01194a7..0c50e5285cf6bfeb766ee2ec24ff4221d61ae8c1 100644 (file)
@@ -272,7 +272,7 @@ static int chip_cmd(struct CHIPSTATE *chip, char *name, audiocmd *cmd)
                return -EINVAL;
        }
 
-       /* FIXME: it seems that the shadow bytes are wrong bellow !*/
+       /* FIXME: it seems that the shadow bytes are wrong below !*/
 
        /* update our shadow register set; print bytes if (debug > 0) */
        v4l2_dbg(1, debug, sd, "chip_cmd(%s): reg=%d, data:",
index d12f5e4ad8bf42e0138de60316f1a16ae419a2b8..4e941f00b6008f286b839d8e2f72c41978cc98e5 100644 (file)
@@ -1094,7 +1094,7 @@ static int generic_set_freq(struct dvb_frontend *fe, u32 freq /* in HZ */,
                 * Still need tests for XC3028L (firmware 3.2 or upper)
                 * So, for now, let's just comment the per-firmware
                 * version of this change. Reports with xc3028l working
-                * with and without the lines bellow are welcome
+                * with and without the lines below are welcome
                 */
 
                if (priv->firm_version < 0x0302) {
This page took 0.035446 seconds and 5 git commands to generate.