diff options
author | Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 2005-12-12 11:37:24 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-12-12 19:57:44 +0300 |
commit | 9101e6222cb115240e24160bb90cce425bb74de5 (patch) | |
tree | e479e909a558ab5a0c9f913a75f8d05b866ad8bc /drivers/media/dvb/frontends/s5h1420.h | |
parent | 68352e6ee3675e23b492c51908951058de4f6fe0 (diff) | |
download | linux-9101e6222cb115240e24160bb90cce425bb74de5.tar.xz |
[PATCH] V4L/DVB: (3086a) Whitespaces cleanups part 1
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/dvb/frontends/s5h1420.h')
-rw-r--r-- | drivers/media/dvb/frontends/s5h1420.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/s5h1420.h b/drivers/media/dvb/frontends/s5h1420.h index 872028ddf2a2..73296f13c324 100644 --- a/drivers/media/dvb/frontends/s5h1420.h +++ b/drivers/media/dvb/frontends/s5h1420.h @@ -39,6 +39,6 @@ struct s5h1420_config }; extern struct dvb_frontend* s5h1420_attach(const struct s5h1420_config* config, - struct i2c_adapter* i2c); + struct i2c_adapter* i2c); #endif // S5H1420_H |