Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757208AbXKTCZI (ORCPT ); Mon, 19 Nov 2007 21:25:08 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752304AbXKTCY4 (ORCPT ); Mon, 19 Nov 2007 21:24:56 -0500 Received: from ns.suse.de ([195.135.220.2]:55802 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751756AbXKTCY4 (ORCPT ); Mon, 19 Nov 2007 21:24:56 -0500 Date: Mon, 19 Nov 2007 18:24:42 -0800 From: Brandon Philips To: Joe Perches Cc: linux-kernel@vger.kernel.org, Stelian Pop , "LinuxTV.org Project" , video4linux-list@redhat.com, Mauro Carvalho Chehab Subject: Re: [v4l-dvb-maintainer] [PATCH 25/59] drivers/media/video: Add missing "space" Message-ID: <20071120022442.GA17247@ifup.org> References: <8cdb362d494c702f6f0cf095e8e24435550bf5ce.1195454435.git.joe@perches.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8cdb362d494c702f6f0cf095e8e24435550bf5ce.1195454435.git.joe@perches.com> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1175 Lines: 30 On 17:48 Mon 19 Nov 2007, Joe Perches wrote: > > Signed-off-by: Joe Perches > --- > 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 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/