diff options
author | Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 2005-11-09 00:37:43 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-09 10:56:20 -0500 |
commit | 4ac97914c6c35f6bf132071c718e034d0846b9f5 (patch) | |
tree | 98c7eb827bb8ba99730ed89d32703a30448fd813 /drivers/media/video/tda8290.c | |
parent | a8900fc242406f25f315190a6d650f1d54617c2f (diff) |
[PATCH] v4l: 800: whitespace cleanups
- Whitespace Cleanups.
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/tda8290.c')
-rw-r--r-- | drivers/media/video/tda8290.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/tda8290.c b/drivers/media/video/tda8290.c index 1e2acc4abbe6..e2027dada5d1 100644 --- a/drivers/media/video/tda8290.c +++ b/drivers/media/video/tda8290.c | |||
@@ -48,7 +48,7 @@ static struct freq_entry div_table[] = { | |||
48 | { 0x1C34, 3 }, | 48 | { 0x1C34, 3 }, |
49 | { 0x0D34, 2 }, | 49 | { 0x0D34, 2 }, |
50 | { 0x067B, 1 }, | 50 | { 0x067B, 1 }, |
51 | { 0x0000, 0 }, | 51 | { 0x0000, 0 }, |
52 | }; | 52 | }; |
53 | 53 | ||
54 | static struct freq_entry agc_table[] = { | 54 | static struct freq_entry agc_table[] = { |