aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-frontends/tda10021.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-05-08 08:59:16 -0300
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-05-08 14:48:48 -0300
commit5a13e40b28486c3a755a0388767615f197f4ae07 (patch)
treed3ff40669c1d800bdecbdd91b6317392f3cf8186 /drivers/media/dvb-frontends/tda10021.c
parent[media] saa7164: fix compiler warning (diff)
downloadlinux-dev-5a13e40b28486c3a755a0388767615f197f4ae07.tar.xz
linux-dev-5a13e40b28486c3a755a0388767615f197f4ae07.zip
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: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/dvb-frontends/tda10021.c')
-rw-r--r--drivers/media/dvb-frontends/tda10021.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/tda10021.c b/drivers/media/dvb-frontends/tda10021.c
index 1bff7f457e19..28d987068048 100644
--- a/drivers/media/dvb-frontends/tda10021.c
+++ b/drivers/media/dvb-frontends/tda10021.c
@@ -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