]> git.notmuchmail.org Git - notmuch/blob - test/corpora/lkml/cur/1382298793.002297:2,
test: add 'lkml' corpus
[notmuch] / test / corpora / lkml / cur / 1382298793.002297:2,
1 From: Joe Perches <joe-6d6DIl74uiNBDgjK7y7TUQ@public.gmane.org>
2 Subject: [PATCH 06/44] drivers/i2c: Remove unnecessary semicolons
3 Date: Sun, 14 Nov 2010 19:04:25 -0800
4 Lines: 21
5 Message-ID: <04cfa2beee1ed9656e550bb13076b9c57899542e.1289789604.git.joe@perches.com>
6 References: <cover.1289789604.git.joe@perches.com>
7 Cc: "Jean Delvare (PC drivers, core)" <khali-PUYAD+kWke1g9hUCZPvPmw@public.gmane.org>,
8         "Ben Dooks (embedded platforms)" <ben-linux-elnMNo+KYs3YtjvyW6yDsg@public.gmane.org>,
9         linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
10 To: Jiri Kosina <trivial-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
11 X-From: linux-i2c-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Mon Nov 15 04:15:07 2010
12 Return-path: <linux-i2c-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
13 Envelope-to: gldi-i2c-1-1dZseelyfdZg9hUCZPvPmw@public.gmane.org
14 Received: from vger.kernel.org ([209.132.180.67])
15         by lo.gmane.org with esmtp (Exim 4.69)
16         (envelope-from <linux-i2c-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>)
17         id 1PHpX8-0005AO-Oy
18         for gldi-i2c-1-1dZseelyfdZg9hUCZPvPmw@public.gmane.org; Mon, 15 Nov 2010 04:15:07 +0100
19 Received: (majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org) by vger.kernel.org via listexpand
20         id S932641Ab0KODOb (ORCPT <rfc822;gldi-i2c-1@m.gmane.org>);
21         Sun, 14 Nov 2010 22:14:31 -0500
22 Received: from mail.perches.com ([173.55.12.10]:1138 "EHLO mail.perches.com"
23         rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP
24         id S932562Ab0KODFa (ORCPT <rfc822;linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>);
25         Sun, 14 Nov 2010 22:05:30 -0500
26 Received: from Joe-Laptop.home (unknown [192.168.1.162])
27         by mail.perches.com (Postfix) with ESMTP id 39B6A2436C;
28         Sun, 14 Nov 2010 19:03:58 -0800 (PST)
29 X-Mailer: git-send-email 1.7.3.1.g432b3.dirty
30 In-Reply-To: <cover.1289789604.git.joe-6d6DIl74uiNBDgjK7y7TUQ@public.gmane.org>
31 Sender: linux-i2c-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
32 Precedence: bulk
33 List-ID: <linux-i2c.vger.kernel.org>
34 X-Mailing-List: linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
35
36 Signed-off-by: Joe Perches <joe-6d6DIl74uiNBDgjK7y7TUQ@public.gmane.org>
37 ---
38  drivers/i2c/busses/i2c-designware.c |    2 +-
39  1 files changed, 1 insertions(+), 1 deletions(-)
40
41 diff --git a/drivers/i2c/busses/i2c-designware.c b/drivers/i2c/busses/i2c-designware.c
42 index b664ed8..a93922d 100644
43 --- a/drivers/i2c/busses/i2c-designware.c
44 +++ b/drivers/i2c/busses/i2c-designware.c
45 @@ -390,7 +390,7 @@ i2c_dw_xfer_msg(struct dw_i2c_dev *dev)
46         int tx_limit, rx_limit;
47         u32 addr = msgs[dev->msg_write_idx].addr;
48         u32 buf_len = dev->tx_buf_len;
49 -       u8 *buf = dev->tx_buf;;
50 +       u8 *buf = dev->tx_buf;
51  
52         intr_mask = DW_IC_INTR_DEFAULT_MASK;
53  
54 -- 
55 1.7.3.1.g432b3.dirty
56
57
58