]> err.no Git - linux-2.6/commitdiff
V4L/DVB (6634): xc2028: error messages missing whitespace
authorChris Pascoe <c.pascoe@itee.uq.edu.au>
Mon, 19 Nov 2007 07:34:29 +0000 (04:34 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Fri, 25 Jan 2008 21:02:22 +0000 (19:02 -0200)
Fix some missing spaces in errors that may be emitted during attach failure.

Signed-off-by: Chris Pascoe <c.pascoe@itee.uq.edu.au>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/tuner-xc2028.c

index a49a4e886897d396c08f23efba1a90c40a66505b..c208f1f5e72c141b3804586459bf3d7ddede8169 100644 (file)
@@ -928,13 +928,13 @@ void *xc2028_attach(struct dvb_frontend *fe, struct xc2028_config *cfg)
        void               *video_dev;
 
        if (debug)
-               printk(KERN_DEBUG PREFIX "Xcv2028/3028 init called!\n");
+               printk(KERN_DEBUG PREFIX "Xcv2028/3028 init called!\n");
 
        if (NULL == cfg->video_dev)
                return NULL;
 
        if (!fe) {
-               printk(KERN_ERR PREFIX "No frontend!\n");
+               printk(KERN_ERR PREFIX "No frontend!\n");
                return NULL;
        }