aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb
diff options
context:
space:
mode:
authorAlexey Dobriyan <adobriyan@gmail.com>2006-03-07 20:20:23 -0500
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-03-08 10:04:24 -0500
commitbe787ace0139bc7ef0229606819bad64bb5d84f4 (patch)
treedcb22cb64038969b5e4b6d394b019e4c5862bd13 /drivers/media/dvb
parent91ae3299d7d3493a25e5f26cbaceeb18e7760ef3 (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')
-rw-r--r--drivers/media/dvb/dvb-core/demux.h2
-rw-r--r--drivers/media/dvb/dvb-usb/dvb-usb-init.c2
-rw-r--r--drivers/media/dvb/dvb-usb/dvb-usb.h2
-rw-r--r--drivers/media/dvb/ttpci/av7110.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/drivers/media/dvb/dvb-core/demux.h b/drivers/media/dvb/dvb-core/demux.h
index 9f025825b2d2..0c1d87c5227a 100644
--- a/drivers/media/dvb/dvb-core/demux.h
+++ b/drivers/media/dvb/dvb-core/demux.h
@@ -216,7 +216,7 @@ struct dmx_frontend {
216/*--------------------------------------------------------------------------*/ 216/*--------------------------------------------------------------------------*/
217 217
218/* 218/*
219 * Flags OR'ed in the capabilites field of struct dmx_demux. 219 * Flags OR'ed in the capabilities field of struct dmx_demux.
220 */ 220 */
221 221
222#define DMX_TS_FILTERING 1 222#define DMX_TS_FILTERING 1
diff --git a/drivers/media/dvb/dvb-usb/dvb-usb-init.c b/drivers/media/dvb/dvb-usb/dvb-usb-init.c
index 4258a995dce1..a1705ecb9a54 100644
--- a/drivers/media/dvb/dvb-usb/dvb-usb-init.c
+++ b/drivers/media/dvb/dvb-usb/dvb-usb-init.c
@@ -47,7 +47,7 @@ static int dvb_usb_init(struct dvb_usb_device *d)
47 47
48 d->state = DVB_USB_STATE_INIT; 48 d->state = DVB_USB_STATE_INIT;
49 49
50/* check the capabilites and set appropriate variables */ 50/* check the capabilities and set appropriate variables */
51 51
52/* speed - when running at FULL speed we need a HW PID filter */ 52/* speed - when running at FULL speed we need a HW PID filter */
53 if (d->udev->speed == USB_SPEED_FULL && !(d->props.caps & DVB_USB_HAS_PID_FILTER)) { 53 if (d->udev->speed == USB_SPEED_FULL && !(d->props.caps & DVB_USB_HAS_PID_FILTER)) {
diff --git a/drivers/media/dvb/dvb-usb/dvb-usb.h b/drivers/media/dvb/dvb-usb/dvb-usb.h
index d2be37cc43b7..fead958a57e3 100644
--- a/drivers/media/dvb/dvb-usb/dvb-usb.h
+++ b/drivers/media/dvb/dvb-usb/dvb-usb.h
@@ -88,7 +88,7 @@ struct dvb_usb_device;
88 88
89/** 89/**
90 * struct dvb_usb_properties - properties of a dvb-usb-device 90 * struct dvb_usb_properties - properties of a dvb-usb-device
91 * @caps: capabilites of the DVB USB device. 91 * @caps: capabilities of the DVB USB device.
92 * @pid_filter_count: number of PID filter position in the optional hardware 92 * @pid_filter_count: number of PID filter position in the optional hardware
93 * PID-filter. 93 * PID-filter.
94 * 94 *
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)) {