Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Dec 2011 16:02:14 +0000 (UTC)
From:      Luigi Rizzo <luigi@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r228844 - head/sys/dev/netmap
Message-ID:  <201112231602.pBNG2EZL073657@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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];



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201112231602.pBNG2EZL073657>