aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/tda9887.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@brturbo.com.br>2005-12-12 03:37:27 -0500
committerLinus Torvalds <torvalds@g5.osdl.org>2005-12-12 11:57:44 -0500
commitafd1a0c9ac281eed3b22b293ccd92af7b0d60889 (patch)
tree686c03cf1a1a2efb1fba6dc6e682fbb48edc7c58 /drivers/media/video/tda9887.c
parent808824b5f73e361503420ee318ca9689781da034 (diff)
[PATCH] V4L/DVB: (3086c) Whitespaces cleanups part 3
Clean up whitespaces at v4l/dvb files Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/media/video/tda9887.c')
-rw-r--r--drivers/media/video/tda9887.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/drivers/media/video/tda9887.c b/drivers/media/video/tda9887.c
index 4249127c0a1d..14a2066a61b2 100644
--- a/drivers/media/video/tda9887.c
+++ b/drivers/media/video/tda9887.c
@@ -819,12 +819,12 @@ static int tda9887_resume(struct device * dev)
819 819
820static struct i2c_driver driver = { 820static struct i2c_driver driver = {
821 .owner = THIS_MODULE, 821 .owner = THIS_MODULE,
822 .name = "i2c tda9887 driver", 822 .name = "i2c tda9887 driver",
823 .id = -1, /* FIXME */ 823 .id = -1, /* FIXME */
824 .flags = I2C_DF_NOTIFY, 824 .flags = I2C_DF_NOTIFY,
825 .attach_adapter = tda9887_probe, 825 .attach_adapter = tda9887_probe,
826 .detach_client = tda9887_detach, 826 .detach_client = tda9887_detach,
827 .command = tda9887_command, 827 .command = tda9887_command,
828 .driver = { 828 .driver = {
829 .suspend = tda9887_suspend, 829 .suspend = tda9887_suspend,
830 .resume = tda9887_resume, 830 .resume = tda9887_resume,
@@ -834,7 +834,7 @@ static struct i2c_client client_template =
834{ 834{
835 .name = "tda9887", 835 .name = "tda9887",
836 .flags = I2C_CLIENT_ALLOW_USE, 836 .flags = I2C_CLIENT_ALLOW_USE,
837 .driver = &driver, 837 .driver = &driver,
838}; 838};
839 839
840static int __init tda9887_init_module(void) 840static int __init tda9887_init_module(void)