svn commit: r239141 - head/sys/dev/netmap

Ed Maste emaste at FreeBSD.org
Wed Aug 8 15:28:30 UTC 2012


Author: emaste
Date: Wed Aug  8 15:28:29 2012
New Revision: 239141
URL: http://svn.freebsd.org/changeset/base/239141

Log:
  Fix whitespace (missing newline)

Modified:
  head/sys/dev/netmap/netmap.c

Modified: head/sys/dev/netmap/netmap.c
==============================================================================
--- head/sys/dev/netmap/netmap.c	Wed Aug  8 15:27:01 2012	(r239140)
+++ head/sys/dev/netmap/netmap.c	Wed Aug  8 15:28:29 2012	(r239141)
@@ -1282,7 +1282,8 @@ netmap_lock_wrapper(struct ifnet *dev, i
  * kring	N+1	is only used for the selinfo for all queues.
  * Return 0 on success, ENOMEM otherwise.
  *
- * By default the receive and transmit adapter ring counts are both initialized  * to num_queues.  na->num_tx_rings can be set for cards with different tx/rx
+ * By default the receive and transmit adapter ring counts are both initialized
+ * to num_queues.  na->num_tx_rings can be set for cards with different tx/rx
  * setups.
  */
 int


More information about the svn-src-all mailing list