]> git.notmuchmail.org Git - notmuch/blob - test/corpora/lkml/cur/1382298793.002268:2,
test: add 'lkml' corpus
[notmuch] / test / corpora / lkml / cur / 1382298793.002268:2,
1 From: Joe Perches <joe-6d6DIl74uiNBDgjK7y7TUQ@public.gmane.org>
2 Subject: [PATCH 42/44] net/sunrpc/addr.c: Remove unnecessary semicolons
3 Date: Sun, 14 Nov 2010 19:05:01 -0800
4 Lines: 26
5 Message-ID: <aca92092a705e0d21176b5ac7d3581c4f9140dbc.1289789605.git.joe@perches.com>
6 References: <cover.1289789604.git.joe@perches.com>
7 Cc: "J. Bruce Fields" <bfields-uC3wQj2KruNg9hUCZPvPmw@public.gmane.org>,
8         Neil Brown <neilb-l3A5Bk7waGM@public.gmane.org>,
9         Trond Myklebust <Trond.Myklebust-HgOvQuBEEgTQT0dZR+AlfA@public.gmane.org>,
10         "David S. Miller" <davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org>, linux-nfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
11         netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
12 To: Jiri Kosina <trivial-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
13 X-From: linux-nfs-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Mon Nov 15 04:07:25 2010
14 Return-path: <linux-nfs-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
15 Envelope-to: glN-linux-nfs-1dZseelyfdZg9hUCZPvPmw@public.gmane.org
16 Received: from vger.kernel.org ([209.132.180.67])
17         by lo.gmane.org with esmtp (Exim 4.69)
18         (envelope-from <linux-nfs-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>)
19         id 1PHpPh-0001H8-D9
20         for glN-linux-nfs-1dZseelyfdZg9hUCZPvPmw@public.gmane.org; Mon, 15 Nov 2010 04:07:25 +0100
21 Received: (majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org) by vger.kernel.org via listexpand
22         id S932828Ab0KODGd (ORCPT <rfc822;glN-linux-nfs@m.gmane.org>);
23         Sun, 14 Nov 2010 22:06:33 -0500
24 Received: from mail.perches.com ([173.55.12.10]:1267 "EHLO mail.perches.com"
25         rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP
26         id S932988Ab0KODGD (ORCPT <rfc822;linux-nfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>);
27         Sun, 14 Nov 2010 22:06:03 -0500
28 Received: from Joe-Laptop.home (unknown [192.168.1.162])
29         by mail.perches.com (Postfix) with ESMTP id 3EB452436E;
30         Sun, 14 Nov 2010 19:04:30 -0800 (PST)
31 X-Mailer: git-send-email 1.7.3.1.g432b3.dirty
32 In-Reply-To: <cover.1289789604.git.joe-6d6DIl74uiNBDgjK7y7TUQ@public.gmane.org>
33 Sender: linux-nfs-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
34 Precedence: bulk
35 List-ID: <linux-nfs.vger.kernel.org>
36 X-Mailing-List: linux-nfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
37 Archived-At: <http://permalink.gmane.org/gmane.linux.kernel/1062287>
38
39 Signed-off-by: Joe Perches <joe-6d6DIl74uiNBDgjK7y7TUQ@public.gmane.org>
40 ---
41  net/sunrpc/addr.c |    2 +-
42  1 files changed, 1 insertions(+), 1 deletions(-)
43
44 diff --git a/net/sunrpc/addr.c b/net/sunrpc/addr.c
45 index 1419d0c..4195233 100644
46 --- a/net/sunrpc/addr.c
47 +++ b/net/sunrpc/addr.c
48 @@ -151,7 +151,7 @@ static size_t rpc_pton4(const char *buf, const size_t buflen,
49                 return 0;
50  
51         sin->sin_family = AF_INET;
52 -       return sizeof(struct sockaddr_in);;
53 +       return sizeof(struct sockaddr_in);
54  }
55  
56  #if defined(CONFIG_IPV6) || defined(CONFIG_IPV6_MODULE)
57 -- 
58 1.7.3.1.g432b3.dirty
59
60 --
61 To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
62 the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
63 More majordomo info at  http://vger.kernel.org/majordomo-info.html
64
65
66