summaryrefslogtreecommitdiff
path: root/linux/drivers/media
diff options
context:
space:
mode:
Diffstat (limited to 'linux/drivers/media')
-rw-r--r--linux/drivers/media/dvb/dvb-usb/af9005.c4
-rw-r--r--linux/drivers/media/dvb/dvb-usb/af9005.h2
-rw-r--r--linux/drivers/media/video/tea5761.c2
3 files changed, 4 insertions, 4 deletions
diff --git a/linux/drivers/media/dvb/dvb-usb/af9005.c b/linux/drivers/media/dvb/dvb-usb/af9005.c
index f6adc9198..43f546ad9 100644
--- a/linux/drivers/media/dvb/dvb-usb/af9005.c
+++ b/linux/drivers/media/dvb/dvb-usb/af9005.c
@@ -173,7 +173,7 @@ int af9005_generic_read_write(struct dvb_usb_device *d, u16 reg,
if (ibuf[5] != obuf[5] || ibuf[6] != obuf[6]) {
err("generic read/write, wrong register in reply.");
return -EIO;
- }
+ }
if (ibuf[7] != command) {
err("generic read/write wrong command in reply.");
return -EIO;
@@ -849,7 +849,7 @@ static int af9005_frontend_attach(struct dvb_usb_adapter *adap)
/* without these calls the first commands after downloading
the firmware fail. I put these calls here to simulate
- what it is done in dvb-usb-init.c.
+ what it is done in dvb-usb-init.c.
*/
struct usb_device *udev = adap->dev->udev;
usb_clear_halt(udev, usb_sndbulkpipe(udev, 2));
diff --git a/linux/drivers/media/dvb/dvb-usb/af9005.h b/linux/drivers/media/dvb/dvb-usb/af9005.h
index e00f63f1f..0bc48a012 100644
--- a/linux/drivers/media/dvb/dvb-usb/af9005.h
+++ b/linux/drivers/media/dvb/dvb-usb/af9005.h
@@ -60,7 +60,7 @@ enum {
#define AF9005_CMD_WRITE 0x01
/* af9005 registers */
-#define APO_REG_RESET 0xAEFF
+#define APO_REG_RESET 0xAEFF
#define APO_REG_I2C_RW_CAN_TUNER 0xF000
#define APO_REG_I2C_RW_SILICON_TUNER 0xF001
diff --git a/linux/drivers/media/video/tea5761.c b/linux/drivers/media/video/tea5761.c
index fc800f656..a14b3d57b 100644
--- a/linux/drivers/media/video/tea5761.c
+++ b/linux/drivers/media/video/tea5761.c
@@ -3,7 +3,7 @@
* I2C address is allways 0x20 (0x10 at 7-bit mode).
*
* Copyright (c) 2005-2007 Mauro Carvalho Chehab (mchehab@infradead.org)
- * This code is placed under the terms of the GNUv2 General Public License
+ * This code is placed under the terms of the GNUv2 General Public License
*
*/