Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755606AbZF1Rr1 (ORCPT ); Sun, 28 Jun 2009 13:47:27 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752054AbZF1RrU (ORCPT ); Sun, 28 Jun 2009 13:47:20 -0400 Received: from mail1.radix.net ([207.192.128.31]:50270 "EHLO mail1.radix.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751935AbZF1RrU (ORCPT ); Sun, 28 Jun 2009 13:47:20 -0400 X-Greylist: delayed 1784 seconds by postgrey-1.27 at vger.kernel.org; Sun, 28 Jun 2009 13:47:19 EDT Subject: Re: [PATCH 22/62] drivers/media/video/cx18/cx18-fileops.c: Remove unnecessary semicolons From: Andy Walls To: Joe Perches Cc: linux-kernel@vger.kernel.org, Andrew Morton , Hans Verkuil , Mauro Carvalho Chehab , linux-media@vger.kernel.org In-Reply-To: <7eeefbbba34fc477540566c6b1888cb7c871f4cd.1246173681.git.joe@perches.com> References: <7eeefbbba34fc477540566c6b1888cb7c871f4cd.1246173681.git.joe@perches.com> Content-Type: text/plain Date: Sun, 28 Jun 2009 13:17:40 -0400 Message-Id: <1246209460.1550.12.camel@palomino.walls.org> Mime-Version: 1.0 X-Mailer: Evolution 2.24.5 (2.24.5-1.fc10) Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1250 Lines: 35 On Sun, 2009-06-28 at 09:26 -0700, Joe Perches wrote: > Signed-off-by: Joe Perches > --- > drivers/media/video/cx18/cx18-fileops.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/drivers/media/video/cx18/cx18-fileops.c b/drivers/media/video/cx18/cx18-fileops.c > index 29969c1..04d9c25 100644 > --- a/drivers/media/video/cx18/cx18-fileops.c > +++ b/drivers/media/video/cx18/cx18-fileops.c > @@ -690,7 +690,7 @@ int cx18_v4l2_open(struct file *filp) > int res; > struct video_device *video_dev = video_devdata(filp); > struct cx18_stream *s = video_get_drvdata(video_dev); > - struct cx18 *cx = s->cx;; > + struct cx18 *cx = s->cx; > > mutex_lock(&cx->serialize_lock); > if (cx18_init_on_first_open(cx)) { Acked-by: Andy Walls This is on topic for the ivtv-devel list, but must we spam the ivtv-users list with this sort of trivia? Perhaps your Maintainers file scraper script could be tweaked a little? Regards, Andy -- 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/