diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2014-04-17 03:48:50 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-05-13 13:25:28 -0300 |
commit | e72936d2350a925b448be66b20da940c2c8f99ca (patch) | |
tree | 96de00453b439168d417d2febe31ab2fd9410543 /drivers/media/pci/saa7134/saa7134-empress.c | |
parent | 17e7f1b515803e1a79b246688aacbddd2e34165d (diff) | |
download | linux-e72936d2350a925b448be66b20da940c2c8f99ca.tar.bz2 |
[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-empress.c')
-rw-r--r-- | drivers/media/pci/saa7134/saa7134-empress.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/media/pci/saa7134/saa7134-empress.c b/drivers/media/pci/saa7134/saa7134-empress.c index 0a9047e754b9..07bd06ccc5f5 100644 --- a/drivers/media/pci/saa7134/saa7134-empress.c +++ b/drivers/media/pci/saa7134/saa7134-empress.c @@ -395,10 +395,3 @@ static void __exit empress_unregister(void) module_init(empress_register); module_exit(empress_unregister); - -/* ----------------------------------------------------------- */ -/* - * Local variables: - * c-basic-offset: 8 - * End: - */ |