diff options
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-05-08 08:59:16 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-05-08 14:48:48 -0300 |
commit | 5a13e40b28486c3a755a0388767615f197f4ae07 (patch) | |
tree | d3ff40669c1d800bdecbdd91b6317392f3cf8186 /drivers/media/common/siano/smsir.c | |
parent | 1555f3bf5cc172e7d23c2b8db10d656d15bec13e (diff) | |
download | linux-5a13e40b28486c3a755a0388767615f197f4ae07.tar.gz linux-5a13e40b28486c3a755a0388767615f197f4ae07.tar.bz2 linux-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/siano/smsir.c')
-rw-r--r-- | drivers/media/common/siano/smsir.c | 2 |
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); |