]> git.notmuchmail.org Git - notmuch/blob - test/corpora/lkml/cur/1382298793.002302:2,
Import notmuch_0.28.2.orig.tar.gz
[notmuch] / test / corpora / lkml / cur / 1382298793.002302:2,
1 From: "Jack Wang" <jack_wang@usish.com>
2 Subject: RE: [PATCH 25/44] drivers/scsi/pm8001: Remove unnecessary semicolons
3 Date: Mon, 15 Nov 2010 11:27:32 +0800
4 Lines: 33
5 Message-ID: <1671200DA80140558ED0D17FB55585AD@usish.com.cn>
6 References: <cover.1289789604.git.joe@perches.com> <20b352f91642ca45ad730d8eeec0bbd323d26626.1289789605.git.joe@perches.com>
7 Mime-Version: 1.0
8 Content-Type: text/plain; charset=gb2312
9 Content-Transfer-Encoding: QUOTED-PRINTABLE
10 Cc: <lindar_liu@usish.com>,
11         "'James E.J. Bottomley'" <James.Bottomley@suse.de>,
12         <linux-scsi@vger.kernel.org>, <linux-kernel@vger.kernel.org>
13 To: "'Joe Perches'" <joe@perches.com>,
14         "'Jiri Kosina'" <trivial@kernel.org>
15 X-From: linux-scsi-owner@vger.kernel.org Mon Nov 15 04:28:10 2010
16 Return-path: <linux-scsi-owner@vger.kernel.org>
17 Envelope-to: lnx-linux-scsi@lo.gmane.org
18 Received: from vger.kernel.org ([209.132.180.67])
19         by lo.gmane.org with esmtp (Exim 4.69)
20         (envelope-from <linux-scsi-owner@vger.kernel.org>)
21         id 1PHpjl-0002I8-68
22         for lnx-linux-scsi@lo.gmane.org; Mon, 15 Nov 2010 04:28:09 +0100
23 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand
24         id S932669Ab0KOD15 convert rfc822-to-quoted-printable (ORCPT
25         <rfc822;lnx-linux-scsi@m.gmane.org>); Sun, 14 Nov 2010 22:27:57 -0500
26 Received: from sr-smtp.usish.com ([210.5.144.203]:58240 "EHLO
27         sr-smtp.usish.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org
28         with ESMTP id S932514Ab0KOD14 convert rfc822-to-8bit (ORCPT
29         <rfc822;linux-scsi@vger.kernel.org>); Sun, 14 Nov 2010 22:27:56 -0500
30 Received: from outbound.usish.com (unknown [192.168.40.103])
31         by sr-smtp.usish.com (Postfix) with ESMTP id 782BE778067;
32         Mon, 15 Nov 2010 11:20:06 +0800 (CST)
33 Received: from outbound.usish.com (outbound.usish.com [127.0.0.1])
34         by postfix.imss70 (Postfix) with ESMTP id 8E538428070;
35         Mon, 15 Nov 2010 11:27:48 +0800 (CST)
36 Received: from usishe7a1977d2 (unknown [192.168.58.33])
37         (using TLSv1 with cipher RC4-MD5 (128/128 bits))
38         (No client certificate requested)
39         by outbound.usish.com (Postfix) with ESMTP id 5437142807A;
40         Mon, 15 Nov 2010 11:27:48 +0800 (CST)
41 X-Mailer: Microsoft Office Outlook 11
42 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5994
43 Thread-Index: AcuEcgXhz8cjF31qQU6VXNE8zpGc0wAAnu4g
44 In-Reply-To: <20b352f91642ca45ad730d8eeec0bbd323d26626.1289789605.git.joe@perches.com>
45 Sender: linux-scsi-owner@vger.kernel.org
46 Precedence: bulk
47 List-ID: <linux-scsi.vger.kernel.org>
48 X-Mailing-List: linux-scsi@vger.kernel.org
49 Archived-At: <http://permalink.gmane.org/gmane.linux.kernel/1062321>
50
51 >=20
52 > Signed-off-by: Joe Perches <joe@perches.com>
53 > ---
54 >  drivers/scsi/pm8001/pm8001_init.c |    2 +-
55 >  1 files changed, 1 insertions(+), 1 deletions(-)
56 >=20
57 > diff --git a/drivers/scsi/pm8001/pm8001_init.c
58 > b/drivers/scsi/pm8001/pm8001_init.c
59 > index f8c86b2..be210dd 100644
60 > --- a/drivers/scsi/pm8001/pm8001_init.c
61 > +++ b/drivers/scsi/pm8001/pm8001_init.c
62 > @@ -160,7 +160,7 @@ static void pm8001_free(struct pm8001_hba_info
63 *pm8001_ha)
64 >  static void pm8001_tasklet(unsigned long opaque)
65 >  {
66 >       struct pm8001_hba_info *pm8001_ha;
67 > -     pm8001_ha =3D (struct pm8001_hba_info *)opaque;;
68 > +     pm8001_ha =3D (struct pm8001_hba_info *)opaque;
69 >       if (unlikely(!pm8001_ha))
70 >               BUG_ON(1);
71 >       PM8001_CHIP_DISP->isr(pm8001_ha);
72 > --
73 > 1.7.3.1.g432b3.dirty
74 [Jack Wang] Acked-by: Jack Wang <jack_wang@usish.com>
75 Thanks=A3=A1
76
77
78 --
79 To unsubscribe from this list: send the line "unsubscribe linux-scsi" i=
80 n
81 the body of a message to majordomo@vger.kernel.org
82 More majordomo info at  http://vger.kernel.org/majordomo-info.html
83
84
85