diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-05-13 10:24:16 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-05-13 10:24:16 -0300 |
commit | 2459bf3000c7be8c5b73d2495df998039f400b00 (patch) | |
tree | 0c9d6008d8b98f065c38e67b35d1a3e61e696103 /linux/drivers/media/dvb/dvb-usb | |
parent | 14944d72c315df4b3a656eb0fd4efb98e5a267f7 (diff) | |
download | mediapointer-dvb-s2-2459bf3000c7be8c5b73d2495df998039f400b00.tar.gz mediapointer-dvb-s2-2459bf3000c7be8c5b73d2495df998039f400b00.tar.bz2 |
Whitespace cleanups
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/dvb/dvb-usb')
-rw-r--r-- | linux/drivers/media/dvb/dvb-usb/af9005.c | 4 | ||||
-rw-r--r-- | linux/drivers/media/dvb/dvb-usb/af9005.h | 2 |
2 files changed, 3 insertions, 3 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 |