From owner-svn-src-head@FreeBSD.ORG Fri Dec 23 16:02:14 2011 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D66D91065707; Fri, 23 Dec 2011 16:02:14 +0000 (UTC) (envelope-from luigi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id C50CB8FC12; Fri, 23 Dec 2011 16:02:14 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id pBNG2Eix073660; Fri, 23 Dec 2011 16:02:14 GMT (envelope-from luigi@svn.freebsd.org) Received: (from luigi@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id pBNG2EZL073657; Fri, 23 Dec 2011 16:02:14 GMT (envelope-from luigi@svn.freebsd.org) Message-Id: <201112231602.pBNG2EZL073657@svn.freebsd.org> From: Luigi Rizzo Date: Fri, 23 Dec 2011 16:02:14 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r228844 - head/sys/dev/netmap X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2011 16:02:15 -0000 Author: luigi Date: Fri Dec 23 16:02:14 2011 New Revision: 228844 URL: http://svn.freebsd.org/changeset/base/228844 Log: whitespace fixes (one missing newline, one extra tab) Modified: head/sys/dev/netmap/if_em_netmap.h head/sys/dev/netmap/ixgbe_netmap.h Modified: head/sys/dev/netmap/if_em_netmap.h ============================================================================== --- head/sys/dev/netmap/if_em_netmap.h Fri Dec 23 15:00:37 2011 (r228843) +++ head/sys/dev/netmap/if_em_netmap.h Fri Dec 23 16:02:14 2011 (r228844) @@ -76,7 +76,7 @@ em_netmap_lock_wrapper(void *_a, int wha ASSERT(queueid < adapter->num_queues); switch (what) { - case NETMAP_CORE_LOCK: + case NETMAP_CORE_LOCK: EM_CORE_LOCK(adapter); break; case NETMAP_CORE_UNLOCK: Modified: head/sys/dev/netmap/ixgbe_netmap.h ============================================================================== --- head/sys/dev/netmap/ixgbe_netmap.h Fri Dec 23 15:00:37 2011 (r228843) +++ head/sys/dev/netmap/ixgbe_netmap.h Fri Dec 23 16:02:14 2011 (r228844) @@ -472,7 +472,8 @@ ixgbe_netmap_rxsync(void *a, u_int ring_ * and flag handling as in the txsync code. * * NOTE curr and rxbuf are indexed by l. - * Also, this driver needs to update the physical * address in the NIC ring, but other drivers + * Also, this driver needs to update the physical + * address in the NIC ring, but other drivers * may not have this requirement. */ struct netmap_slot *slot = &ring->slot[j];