Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932672Ab0KOD15 (ORCPT ); Sun, 14 Nov 2010 22:27:57 -0500 Received: from sr-smtp.usish.com ([210.5.144.203]:58240 "EHLO sr-smtp.usish.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932514Ab0KOD14 convert rfc822-to-8bit (ORCPT ); Sun, 14 Nov 2010 22:27:56 -0500 From: "Jack Wang" To: "'Joe Perches'" , "'Jiri Kosina'" Cc: , "'James E.J. Bottomley'" , , References: <20b352f91642ca45ad730d8eeec0bbd323d26626.1289789605.git.joe@perches.com> Subject: RE: [PATCH 25/44] drivers/scsi/pm8001: Remove unnecessary semicolons Date: Mon, 15 Nov 2010 11:27:32 +0800 Message-ID: <1671200DA80140558ED0D17FB55585AD@usish.com.cn> MIME-Version: 1.0 Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: 8BIT X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5994 Thread-Index: AcuEcgXhz8cjF31qQU6VXNE8zpGc0wAAnu4g In-Reply-To: <20b352f91642ca45ad730d8eeec0bbd323d26626.1289789605.git.joe@perches.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1061 Lines: 32 > > Signed-off-by: Joe Perches > --- > drivers/scsi/pm8001/pm8001_init.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/drivers/scsi/pm8001/pm8001_init.c > b/drivers/scsi/pm8001/pm8001_init.c > index f8c86b2..be210dd 100644 > --- a/drivers/scsi/pm8001/pm8001_init.c > +++ b/drivers/scsi/pm8001/pm8001_init.c > @@ -160,7 +160,7 @@ static void pm8001_free(struct pm8001_hba_info *pm8001_ha) > static void pm8001_tasklet(unsigned long opaque) > { > struct pm8001_hba_info *pm8001_ha; > - pm8001_ha = (struct pm8001_hba_info *)opaque;; > + pm8001_ha = (struct pm8001_hba_info *)opaque; > if (unlikely(!pm8001_ha)) > BUG_ON(1); > PM8001_CHIP_DISP->isr(pm8001_ha); > -- > 1.7.3.1.g432b3.dirty [Jack Wang] Acked-by: Jack Wang Thanks?? -- 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/