Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=3157ecef3bce47df74427d6656fa8592bfe8d2d7
Commit:     3157ecef3bce47df74427d6656fa8592bfe8d2d7
Parent:     7d58d1117ec02f5fe22ddd03ca08fe2a8c777ea2
Author:     Chris Pascoe <[EMAIL PROTECTED]>
AuthorDate: Mon Nov 19 04:34:29 2007 -0300
Committer:  Mauro Carvalho Chehab <[EMAIL PROTECTED]>
CommitDate: Fri Jan 25 19:02:22 2008 -0200

    V4L/DVB (6634): xc2028: error messages missing whitespace
    
    Fix some missing spaces in errors that may be emitted during attach failure.
    
    Signed-off-by: Chris Pascoe <[EMAIL PROTECTED]>
    Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]>
---
 drivers/media/video/tuner-xc2028.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/media/video/tuner-xc2028.c 
b/drivers/media/video/tuner-xc2028.c
index a49a4e8..c208f1f 100644
--- a/drivers/media/video/tuner-xc2028.c
+++ b/drivers/media/video/tuner-xc2028.c
@@ -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;
        }
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to