Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit be787ace authored by Alexey Dobriyan's avatar Alexey Dobriyan Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (3413): Typos grab bag of the month



Typos grab bag of the month.
Eyeballed by jmc@ in OpenBSD.

Signed-off-by: default avatarAlexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: default avatarOliver Endriss <o.endriss@gmx.de>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent 91ae3299
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -216,7 +216,7 @@ struct dmx_frontend {
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/


/*
/*
 * Flags OR'ed in the capabilites field of struct dmx_demux.
 * Flags OR'ed in the capabilities field of struct dmx_demux.
 */
 */


#define DMX_TS_FILTERING                        1
#define DMX_TS_FILTERING                        1
+1 −1
Original line number Original line Diff line number Diff line
@@ -47,7 +47,7 @@ static int dvb_usb_init(struct dvb_usb_device *d)


	d->state = DVB_USB_STATE_INIT;
	d->state = DVB_USB_STATE_INIT;


/* check the capabilites and set appropriate variables */
/* check the capabilities and set appropriate variables */


/* speed - when running at FULL speed we need a HW PID filter */
/* speed - when running at FULL speed we need a HW PID filter */
	if (d->udev->speed == USB_SPEED_FULL && !(d->props.caps & DVB_USB_HAS_PID_FILTER)) {
	if (d->udev->speed == USB_SPEED_FULL && !(d->props.caps & DVB_USB_HAS_PID_FILTER)) {
+1 −1
Original line number Original line Diff line number Diff line
@@ -88,7 +88,7 @@ struct dvb_usb_device;


/**
/**
 * struct dvb_usb_properties - properties of a dvb-usb-device
 * struct dvb_usb_properties - properties of a dvb-usb-device
 * @caps: capabilites of the DVB USB device.
 * @caps: capabilities of the DVB USB device.
 * @pid_filter_count: number of PID filter position in the optional hardware
 * @pid_filter_count: number of PID filter position in the optional hardware
 *  PID-filter.
 *  PID-filter.
 *
 *
+1 −1
Original line number Original line Diff line number Diff line
@@ -1441,7 +1441,7 @@ static int check_firmware(struct av7110* av7110)
	len = ntohl(*(u32*) ptr);
	len = ntohl(*(u32*) ptr);
	ptr += 4;
	ptr += 4;
	if (len >= 512) {
	if (len >= 512) {
		printk("dvb-ttpci: dpram file is way to big.\n");
		printk("dvb-ttpci: dpram file is way too big.\n");
		return -EINVAL;
		return -EINVAL;
	}
	}
	if (crc != crc32_le(0, ptr, len)) {
	if (crc != crc32_le(0, ptr, len)) {
+1 −1
Original line number Original line Diff line number Diff line
@@ -3369,7 +3369,7 @@ static int cpia_do_ioctl(struct inode *inode, struct file *file,
	//DBG("cpia_ioctl: %u\n", ioctlnr);
	//DBG("cpia_ioctl: %u\n", ioctlnr);


	switch (ioctlnr) {
	switch (ioctlnr) {
	/* query capabilites */
	/* query capabilities */
	case VIDIOCGCAP:
	case VIDIOCGCAP:
	{
	{
		struct video_capability *b = arg;
		struct video_capability *b = arg;
Loading