diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-11-20 10:00:35 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-11-20 10:00:35 -0200 |
commit | 91ae93a4f250080596ebec3ddd464e865d733db1 (patch) | |
tree | 43eb92f53f0dcf2cae3b5904bb5b43cfb2e8e588 /linux/drivers/media/video/cx25840/cx25840-vbi.c | |
parent | 4a8beac6959dd90476be3a15a898110b64990fec (diff) | |
download | mediapointer-dvb-s2-91ae93a4f250080596ebec3ddd464e865d733db1.tar.gz mediapointer-dvb-s2-91ae93a4f250080596ebec3ddd464e865d733db1.tar.bz2 |
drivers/media/video: Add missing "space"
From: Joe Perches <joe@perches.com>
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/cx25840/cx25840-vbi.c')
-rw-r--r-- | linux/drivers/media/video/cx25840/cx25840-vbi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/cx25840/cx25840-vbi.c b/linux/drivers/media/video/cx25840/cx25840-vbi.c index 8bb20bf77..f8fe2c6ef 100644 --- a/linux/drivers/media/video/cx25840/cx25840-vbi.c +++ b/linux/drivers/media/video/cx25840/cx25840-vbi.c @@ -181,7 +181,7 @@ void cx25840_vbi_setup(struct i2c_client *client) fsc/1000000,fsc%1000000); v4l_dbg(1, cx25840_debug, client, "hblank %i, hactive %i, " - "vblank %i , vactive %i, vblank656 %i, src_dec %i," + "vblank %i, vactive %i, vblank656 %i, src_dec %i, " "burst 0x%02x, luma_lpf %i, uv_lpf %i, comb 0x%02x," " sc 0x%06x\n", hblank, hactive, vblank, vactive, vblank656, |