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]; _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"