1From: Joe Perches <joe@perches.com>
2Subject: [PATCH 14/44] drivers/net/ixgbe: Remove unnecessary
3	semicolons
4Date: Sun, 14 Nov 2010 19:04:33 -0800
5Lines: 34
6Message-ID: <7d2c334daa75c5221946a17d45c9de1901cf06e7.1289789604.git.joe@perches.com>
7References: <cover.1289789604.git.joe@perches.com>
8Mime-Version: 1.0
9Content-Type: text/plain; charset="us-ascii"
10Content-Transfer-Encoding: 7bit
11Cc: e1000-devel@lists.sourceforge.net, Bruce Allan <bruce.w.allan@intel.com>,
12	Jesse Brandeburg <jesse.brandeburg@intel.com>,
13	linux-kernel@vger.kernel.org, Greg Rose <gregory.v.rose@intel.com>,
14	John Ronciak <john.ronciak@intel.com>,
15	Jeff Kirsher <jeffrey.t.kirsher@intel.com>, netdev@vger.kernel.org
16To: Jiri Kosina <trivial@kernel.org>
17X-From: e1000-devel-bounces@lists.sourceforge.net Mon Nov 15 04:05:55 2010
18Return-path: <e1000-devel-bounces@lists.sourceforge.net>
19Envelope-to: glded-e1000-devel@m.gmane.org
20Received: from lists.sourceforge.net ([216.34.181.88])
21	by lo.gmane.org with esmtp (Exim 4.69)
22	(envelope-from <e1000-devel-bounces@lists.sourceforge.net>)
23	id 1PHpOE-0000bY-KU
24	for glded-e1000-devel@m.gmane.org; Mon, 15 Nov 2010 04:05:54 +0100
25Received: from localhost ([127.0.0.1] helo=sfs-ml-2.v29.ch3.sourceforge.com)
26	by sfs-ml-2.v29.ch3.sourceforge.com with esmtp (Exim 4.69)
27	(envelope-from <e1000-devel-bounces@lists.sourceforge.net>)
28	id 1PHpO6-0004H7-Hr; Mon, 15 Nov 2010 03:05:46 +0000
29Received: from sog-mx-4.v43.ch3.sourceforge.com ([172.29.43.194]
30	helo=mx.sourceforge.net)
31	by sfs-ml-2.v29.ch3.sourceforge.com with esmtp (Exim 4.69)
32	(envelope-from <joe@perches.com>) id 1PHpO6-0004H2-2t
33	for e1000-devel@lists.sourceforge.net; Mon, 15 Nov 2010 03:05:46 +0000
34X-ACL-Warn:
35Received: from mail.perches.com ([173.55.12.10])
36	by sog-mx-4.v43.ch3.sourceforge.com with esmtp (Exim 4.69)
37	id 1PHpO1-0006jE-SS
38	for e1000-devel@lists.sourceforge.net; Mon, 15 Nov 2010 03:05:46 +0000
39Received: from Joe-Laptop.home (unknown [192.168.1.162])
40	by mail.perches.com (Postfix) with ESMTP id 0D6062436F;
41	Sun, 14 Nov 2010 19:04:04 -0800 (PST)
42X-Mailer: git-send-email 1.7.3.1.g432b3.dirty
43In-Reply-To: <cover.1289789604.git.joe@perches.com>
44X-Spam-Score: 0.1 (/)
45X-Spam-Report: Spam Filtering performed by mx.sourceforge.net.
46	See http://spamassassin.org/tag/ for more details.
47	-0.0 T_RP_MATCHES_RCVD Envelope sender domain matches handover relay
48	domain 0.1 AWL AWL: From: address is in the auto white-list
49X-Headers-End: 1PHpO1-0006jE-SS
50X-BeenThere: e1000-devel@lists.sourceforge.net
51X-Mailman-Version: 2.1.9
52Precedence: list
53List-Id: "e100/e1000\(e\)/ixgb/igb/ixgbe development and discussion"
54	<e1000-devel.lists.sourceforge.net>
55List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/e1000-devel>,
56	<mailto:e1000-devel-request@lists.sourceforge.net?subject=unsubscribe>
57List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum_name=e1000-devel>
58List-Post: <mailto:e1000-devel@lists.sourceforge.net>
59List-Help: <mailto:e1000-devel-request@lists.sourceforge.net?subject=help>
60List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/e1000-devel>,
61	<mailto:e1000-devel-request@lists.sourceforge.net?subject=subscribe>
62Errors-To: e1000-devel-bounces@lists.sourceforge.net
63Archived-At: <http://permalink.gmane.org/gmane.linux.kernel/1062274>
64
65Signed-off-by: Joe Perches <joe@perches.com>
66---
67 drivers/net/ixgbe/ixgbe_sriov.c |    2 +-
68 1 files changed, 1 insertions(+), 1 deletions(-)
69
70diff --git a/drivers/net/ixgbe/ixgbe_sriov.c b/drivers/net/ixgbe/ixgbe_sriov.c
71index 5428153..93f40bc 100644
72--- a/drivers/net/ixgbe/ixgbe_sriov.c
73+++ b/drivers/net/ixgbe/ixgbe_sriov.c
74@@ -68,7 +68,7 @@ static int ixgbe_set_vf_multicasts(struct ixgbe_adapter *adapter,
75 	 * addresses
76 	 */
77 	for (i = 0; i < entries; i++) {
78-		vfinfo->vf_mc_hashes[i] = hash_list[i];;
79+		vfinfo->vf_mc_hashes[i] = hash_list[i];
80 	}
81
82 	for (i = 0; i < vfinfo->num_vf_mc_hashes; i++) {
83--
841.7.3.1.g432b3.dirty
85
86
87------------------------------------------------------------------------------
88Centralized Desktop Delivery: Dell and VMware Reference Architecture
89Simplifying enterprise desktop deployment and management using
90Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
91client virtualization framework. Read more!
92http://p.sf.net/sfu/dell-eql-dev2dev
93_______________________________________________
94E1000-devel mailing list
95E1000-devel@lists.sourceforge.net
96https://lists.sourceforge.net/lists/listinfo/e1000-devel
97To learn more about Intel&#174; Ethernet, visit http://communities.intel.com/community/wired
98
99
100
101