diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2006-03-07 20:20:23 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-03-08 10:04:24 -0500 |
commit | be787ace0139bc7ef0229606819bad64bb5d84f4 (patch) | |
tree | dcb22cb64038969b5e4b6d394b019e4c5862bd13 /drivers/media/dvb/ttpci/av7110.c | |
parent | 91ae3299d7d3493a25e5f26cbaceeb18e7760ef3 (diff) |
V4L/DVB (3413): Typos grab bag of the month
Typos grab bag of the month.
Eyeballed by jmc@ in OpenBSD.
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Oliver Endriss <o.endriss@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/ttpci/av7110.c')
-rw-r--r-- | drivers/media/dvb/ttpci/av7110.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/ttpci/av7110.c b/drivers/media/dvb/ttpci/av7110.c index 914f2e34d8d3..aef4f58d712d 100644 --- a/drivers/media/dvb/ttpci/av7110.c +++ b/drivers/media/dvb/ttpci/av7110.c | |||
@@ -1441,7 +1441,7 @@ static int check_firmware(struct av7110* av7110) | |||
1441 | len = ntohl(*(u32*) ptr); | 1441 | len = ntohl(*(u32*) ptr); |
1442 | ptr += 4; | 1442 | ptr += 4; |
1443 | if (len >= 512) { | 1443 | if (len >= 512) { |
1444 | printk("dvb-ttpci: dpram file is way to big.\n"); | 1444 | printk("dvb-ttpci: dpram file is way too big.\n"); |
1445 | return -EINVAL; | 1445 | return -EINVAL; |
1446 | } | 1446 | } |
1447 | if (crc != crc32_le(0, ptr, len)) { | 1447 | if (crc != crc32_le(0, ptr, len)) { |