aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/common
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/common
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/common')
-rw-r--r--drivers/media/common/siano/smsir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/common/siano/smsir.c b/drivers/media/common/siano/smsir.c
index 1d60d200d9ab..41f2a3939979 100644
--- a/drivers/media/common/siano/smsir.c
+++ b/drivers/media/common/siano/smsir.c
@@ -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);