[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1195531687.4675.73.camel@localhost>
Date: Mon, 19 Nov 2007 20:08:07 -0800
From: Joe Perches <joe@...ches.com>
To: Brandon Philips <bphilips@...e.de>
Cc: linux-kernel@...r.kernel.org, Stelian Pop <stelian@...ies.net>,
"LinuxTV.org Project" <v4l-dvb-maintainer@...uxtv.org>,
video4linux-list@...hat.com,
Mauro Carvalho Chehab <mchehab@...radead.org>
Subject: Re: [v4l-dvb-maintainer] [PATCH 25/59] drivers/media/video: Add
missing "space"
On Mon, 2007-11-19 at 18:24 -0800, Brandon Philips wrote:
> On 17:48 Mon 19 Nov 2007, Joe Perches wrote:
> > 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, "
> ^^^^^
> can you remove that unintended
diff --git a/drivers/media/video/cx25840/cx25840-vbi.c b/drivers/media/video/cx25840/cx25840-vbi.c
index ced13fe..d2949e5 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)
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,
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists