diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2014-04-17 10:48:50 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-05-13 20:25:28 +0400 |
commit | e72936d2350a925b448be66b20da940c2c8f99ca (patch) | |
tree | 96de00453b439168d417d2febe31ab2fd9410543 /drivers/media/pci/saa7134/saa7134-dvb.c | |
parent | 17e7f1b515803e1a79b246688aacbddd2e34165d (diff) | |
download | linux-e72936d2350a925b448be66b20da940c2c8f99ca.tar.xz |
[media] saa7134: coding style cleanups
Just white space and coding style changes to reduce the noise in the
following patches.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/pci/saa7134/saa7134-dvb.c')
-rw-r--r-- | drivers/media/pci/saa7134/saa7134-dvb.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/media/pci/saa7134/saa7134-dvb.c b/drivers/media/pci/saa7134/saa7134-dvb.c index 4a08ae31df2e..8b55e6da8fae 100644 --- a/drivers/media/pci/saa7134/saa7134-dvb.c +++ b/drivers/media/pci/saa7134/saa7134-dvb.c @@ -1955,10 +1955,3 @@ static void __exit dvb_unregister(void) module_init(dvb_register); module_exit(dvb_unregister); - -/* ------------------------------------------------------------------ */ -/* - * Local variables: - * c-basic-offset: 8 - * End: - */ |