Date: Wed, 8 Aug 2012 15:28:29 +0000 (UTC) From: Ed Maste <emaste@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r239141 - head/sys/dev/netmap Message-ID: <201208081528.q78FSTak098602@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208081528.q78FSTak098602>