Commit 5a13e40b authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

media: replace bellow -> below

Bellow is yelling. Ok, sometimes the code is yells a lot, but
but this is not the case there ;)
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent 1555f3bf
...@@ -78,7 +78,7 @@ int sms_ir_init(struct smscore_device_t *coredev) ...@@ -78,7 +78,7 @@ int sms_ir_init(struct smscore_device_t *coredev)
dev->dev.parent = coredev->device; dev->dev.parent = coredev->device;
#if 0 #if 0
/* TODO: properly initialize the parameters bellow */ /* TODO: properly initialize the parameters below */
dev->input_id.bustype = BUS_USB; dev->input_id.bustype = BUS_USB;
dev->input_id.version = 1; dev->input_id.version = 1;
dev->input_id.vendor = le16_to_cpu(dev->udev->descriptor.idVendor); dev->input_id.vendor = le16_to_cpu(dev->udev->descriptor.idVendor);
......
...@@ -9541,7 +9541,7 @@ ctrl_get_qam_sig_quality(struct drx_demod_instance *demod) ...@@ -9541,7 +9541,7 @@ ctrl_get_qam_sig_quality(struct drx_demod_instance *demod)
/* ----------------------------------------- */ /* ----------------------------------------- */
/* Pre Viterbi Symbol Error Rate Calculation */ /* 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 */ /* get the register value */
/* no of quadrature symbol errors */ /* no of quadrature symbol errors */
......
...@@ -544,7 +544,7 @@ static int power_up_device(struct drxk_state *state) ...@@ -544,7 +544,7 @@ static int power_up_device(struct drxk_state *state)
static int init_state(struct drxk_state *state) 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 * struct drxk_config, as they are probably board-specific
*/ */
u32 ul_vsb_if_agc_mode = DRXK_AGC_CTRL_AUTO; u32 ul_vsb_if_agc_mode = DRXK_AGC_CTRL_AUTO;
......
...@@ -258,7 +258,7 @@ static int tda10021_set_parameters(struct dvb_frontend *fe) ...@@ -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;" * "if (qam > 5) return -EINVAL;"
* Yet, the code is clearer, as it shows what QAM standards are * Yet, the code is clearer, as it shows what QAM standards are
* supported by the driver, and avoids the usage of magic numbers on * supported by the driver, and avoids the usage of magic numbers on
......
...@@ -331,7 +331,7 @@ static int tda10023_set_parameters(struct dvb_frontend *fe) ...@@ -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;" * "if (qam > 5) return -EINVAL;"
* Yet, the code is clearer, as it shows what QAM standards are * Yet, the code is clearer, as it shows what QAM standards are
* supported by the driver, and avoids the usage of magic numbers on * supported by the driver, and avoids the usage of magic numbers on
......
...@@ -272,7 +272,7 @@ static int chip_cmd(struct CHIPSTATE *chip, char *name, audiocmd *cmd) ...@@ -272,7 +272,7 @@ static int chip_cmd(struct CHIPSTATE *chip, char *name, audiocmd *cmd)
return -EINVAL; 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) */ /* update our shadow register set; print bytes if (debug > 0) */
v4l2_dbg(1, debug, sd, "chip_cmd(%s): reg=%d, data:", v4l2_dbg(1, debug, sd, "chip_cmd(%s): reg=%d, data:",
......
...@@ -1094,7 +1094,7 @@ static int generic_set_freq(struct dvb_frontend *fe, u32 freq /* in HZ */, ...@@ -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) * Still need tests for XC3028L (firmware 3.2 or upper)
* So, for now, let's just comment the per-firmware * So, for now, let's just comment the per-firmware
* version of this change. Reports with xc3028l working * 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) { if (priv->firm_version < 0x0302) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment