diff options
author | Joe Perches <joe@perches.com> | 2007-11-20 07:00:35 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 16:02:15 -0500 |
commit | ac9bb7f5167d53207893a783a2f722cd6e6ed78f (patch) | |
tree | e1ab70afc40728555f03e8a12b6253d455d226c9 /drivers/media/video/cx25840 | |
parent | 13d97010ed0850fd7803563a2b9d92a56bb4aa35 (diff) |
V4L/DVB (6617): drivers/media/video: Add missing "space"
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/cx25840')
-rw-r--r-- | drivers/media/video/cx25840/cx25840-vbi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx25840/cx25840-vbi.c b/drivers/media/video/cx25840/cx25840-vbi.c index ced13febed89..6828f59b9d83 100644 --- a/drivers/media/video/cx25840/cx25840-vbi.c +++ b/drivers/media/video/cx25840/cx25840-vbi.c | |||
@@ -180,7 +180,7 @@ void cx25840_vbi_setup(struct i2c_client *client) | |||
180 | fsc/1000000,fsc%1000000); | 180 | fsc/1000000,fsc%1000000); |
181 | 181 | ||
182 | v4l_dbg(1, cx25840_debug, client, "hblank %i, hactive %i, " | 182 | v4l_dbg(1, cx25840_debug, client, "hblank %i, hactive %i, " |
183 | "vblank %i , vactive %i, vblank656 %i, src_dec %i," | 183 | "vblank %i, vactive %i, vblank656 %i, src_dec %i, " |
184 | "burst 0x%02x, luma_lpf %i, uv_lpf %i, comb 0x%02x," | 184 | "burst 0x%02x, luma_lpf %i, uv_lpf %i, comb 0x%02x," |
185 | " sc 0x%06x\n", | 185 | " sc 0x%06x\n", |
186 | hblank, hactive, vblank, vactive, vblank656, | 186 | hblank, hactive, vblank, vactive, vblank656, |