summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb
diff options
context:
space:
mode:
authorJohannes Stezenbach <devnull@localhost>2005-05-05 20:53:06 +0000
committerJohannes Stezenbach <devnull@localhost>2005-05-05 20:53:06 +0000
commit362c8e696ec84ac270d98c2cb305ee2faa5ec079 (patch)
tree93921fb36a6b96b40dc70450505e4f5d2d94b30f /linux/drivers/media/dvb
parent98231f6b2e8a55900505ada7f9307a0d83f71bff (diff)
downloadmediapointer-dvb-s2-362c8e696ec84ac270d98c2cb305ee2faa5ec079.tar.gz
mediapointer-dvb-s2-362c8e696ec84ac270d98c2cb305ee2faa5ec079.tar.bz2
whitespace cleanup from kernel
Diffstat (limited to 'linux/drivers/media/dvb')
-rw-r--r--linux/drivers/media/dvb/ttusb-dec/ttusb_dec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/dvb/ttusb-dec/ttusb_dec.c b/linux/drivers/media/dvb/ttusb-dec/ttusb_dec.c
index d08bedf8d..4c4e95126 100644
--- a/linux/drivers/media/dvb/ttusb-dec/ttusb_dec.c
+++ b/linux/drivers/media/dvb/ttusb-dec/ttusb_dec.c
@@ -1501,7 +1501,7 @@ static void ttusb_dec_exit_dvb(struct ttusb_dec *dec)
static void ttusb_dec_exit_rc(struct ttusb_dec *dec)
{
-
+
dprintk("%s\n", __FUNCTION__);
/* we have to check whether the irq URB is already submitted.
* As the irq is submitted after the interface is changed,
@@ -1516,7 +1516,7 @@ static void ttusb_dec_exit_rc(struct ttusb_dec *dec)
dec->irq_buffer, dec->irq_dma_handle);
input_unregister_device(&dec->rc_input_dev);
-}
+}
static void ttusb_dec_exit_usb(struct ttusb_dec *dec)