From: Joe Perches Subject: [PATCH 14/44] drivers/net/ixgbe: Remove unnecessary semicolons Date: Sun, 14 Nov 2010 19:04:33 -0800 Lines: 34 Message-ID: <7d2c334daa75c5221946a17d45c9de1901cf06e7.1289789604.git.joe@perches.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: e1000-devel@lists.sourceforge.net, Bruce Allan , Jesse Brandeburg , linux-kernel@vger.kernel.org, Greg Rose , John Ronciak , Jeff Kirsher , netdev@vger.kernel.org To: Jiri Kosina X-From: e1000-devel-bounces@lists.sourceforge.net Mon Nov 15 04:05:55 2010 Return-path: Envelope-to: glded-e1000-devel@m.gmane.org Received: from lists.sourceforge.net ([216.34.181.88]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PHpOE-0000bY-KU for glded-e1000-devel@m.gmane.org; Mon, 15 Nov 2010 04:05:54 +0100 Received: from localhost ([127.0.0.1] helo=sfs-ml-2.v29.ch3.sourceforge.com) by sfs-ml-2.v29.ch3.sourceforge.com with esmtp (Exim 4.69) (envelope-from ) id 1PHpO6-0004H7-Hr; Mon, 15 Nov 2010 03:05:46 +0000 Received: from sog-mx-4.v43.ch3.sourceforge.com ([172.29.43.194] helo=mx.sourceforge.net) by sfs-ml-2.v29.ch3.sourceforge.com with esmtp (Exim 4.69) (envelope-from ) id 1PHpO6-0004H2-2t for e1000-devel@lists.sourceforge.net; Mon, 15 Nov 2010 03:05:46 +0000 X-ACL-Warn: Received: from mail.perches.com ([173.55.12.10]) by sog-mx-4.v43.ch3.sourceforge.com with esmtp (Exim 4.69) id 1PHpO1-0006jE-SS for e1000-devel@lists.sourceforge.net; Mon, 15 Nov 2010 03:05:46 +0000 Received: from Joe-Laptop.home (unknown [192.168.1.162]) by mail.perches.com (Postfix) with ESMTP id 0D6062436F; Sun, 14 Nov 2010 19:04:04 -0800 (PST) X-Mailer: git-send-email 1.7.3.1.g432b3.dirty In-Reply-To: X-Spam-Score: 0.1 (/) X-Spam-Report: Spam Filtering performed by mx.sourceforge.net. See http://spamassassin.org/tag/ for more details. -0.0 T_RP_MATCHES_RCVD Envelope sender domain matches handover relay domain 0.1 AWL AWL: From: address is in the auto white-list X-Headers-End: 1PHpO1-0006jE-SS X-BeenThere: e1000-devel@lists.sourceforge.net X-Mailman-Version: 2.1.9 Precedence: list List-Id: "e100/e1000\(e\)/ixgb/igb/ixgbe development and discussion" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: e1000-devel-bounces@lists.sourceforge.net Archived-At: Signed-off-by: Joe Perches --- drivers/net/ixgbe/ixgbe_sriov.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/net/ixgbe/ixgbe_sriov.c b/drivers/net/ixgbe/ixgbe_sriov.c index 5428153..93f40bc 100644 --- a/drivers/net/ixgbe/ixgbe_sriov.c +++ b/drivers/net/ixgbe/ixgbe_sriov.c @@ -68,7 +68,7 @@ static int ixgbe_set_vf_multicasts(struct ixgbe_adapter *adapter, * addresses */ for (i = 0; i < entries; i++) { - vfinfo->vf_mc_hashes[i] = hash_list[i];; + vfinfo->vf_mc_hashes[i] = hash_list[i]; } for (i = 0; i < vfinfo->num_vf_mc_hashes; i++) { -- 1.7.3.1.g432b3.dirty ------------------------------------------------------------------------------ Centralized Desktop Delivery: Dell and VMware Reference Architecture Simplifying enterprise desktop deployment and management using Dell EqualLogic storage and VMware View: A highly scalable, end-to-end client virtualization framework. Read more! http://p.sf.net/sfu/dell-eql-dev2dev _______________________________________________ E1000-devel mailing list E1000-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/e1000-devel To learn more about Intel® Ethernet, visit http://communities.intel.com/community/wired