Subject: Re: [v4l-dvb-maintainer] [PATCH 25/59] drivers/media/video: Add missing "space"

On 17:48 Mon 19 Nov 2007, Joe Perches wrote:
>
> Signed-off-by: Joe Perches <[email protected]>
> ---
> drivers/media/video/cx25840/cx25840-vbi.c | 2 +-
> drivers/media/video/meye.c | 2 +-
> drivers/media/video/saa7134/saa7134-input.c | 2 +-
> 3 files changed, 3 insertions(+), 3 deletions(-)
>
> 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, "
^^^^^
can you remove that unintended
space too?
Thanks,

Brandon


2007-11-20 04:08:21

by Joe Perches

[permalink] [raw]
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,



2007-11-20 12:08:59

by Mauro Carvalho Chehab

[permalink] [raw]
Subject: Re: [v4l-dvb-maintainer] [PATCH 25/59] drivers/media/video: Add missing "space"

> @@ -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, "

Ok, I've replaced the old hunk by the newer one you've just sent. I'm
committing the two drivers/media patches on my tree.

>
--
Cheers,
Mauro