V4L/DVB (6617): drivers/media/video: Add missing "space"
authorJoe Perches <joe@perches.com>
Tue, 20 Nov 2007 12:00:35 +0000 (09:00 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Fri, 25 Jan 2008 21:02:15 +0000 (19:02 -0200)
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/cx25840/cx25840-vbi.c
drivers/media/video/meye.c
drivers/media/video/saa7134/saa7134-input.c

index ced13fe..6828f59 100644 (file)
@@ -180,7 +180,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,
index c311632..3d51fa0 100644 (file)
@@ -2023,7 +2023,7 @@ static int __init meye_init(void)
        if (gbufsize < 0 || gbufsize > MEYE_MAX_BUFSIZE)
                gbufsize = MEYE_MAX_BUFSIZE;
        gbufsize = PAGE_ALIGN(gbufsize);
-       printk(KERN_INFO "meye: using %d buffers with %dk (%dk total)"
+       printk(KERN_INFO "meye: using %d buffers with %dk (%dk total) "
                         "for capture\n",
                         gbuffers,
                         gbufsize / 1024, gbuffers * gbufsize / 1024);
index 3abaa1b..a485185 100644 (file)
@@ -49,7 +49,7 @@ module_param(repeat_delay, int, 0644);
 MODULE_PARM_DESC(repeat_delay, "delay before key repeat started");
 static int repeat_period = 33;
 module_param(repeat_period, int, 0644);
-MODULE_PARM_DESC(repeat_period, "repeat period between"
+MODULE_PARM_DESC(repeat_period, "repeat period between "
     "keypresses when key is down");
 
 #define dprintk(fmt, arg...)   if (ir_debug) \