diff options
author | emaste <emaste@FreeBSD.org> | 2012-08-08 15:28:29 +0000 |
---|---|---|
committer | emaste <emaste@FreeBSD.org> | 2012-08-08 15:28:29 +0000 |
commit | 2282bf1f8250f22a9178eca2710a437d8a5fd6cb (patch) | |
tree | dbcece323203a11eadb25e3c2d5acbc9f6b339d8 /sys/dev/netmap/netmap.c | |
parent | 362c57c03e75b648ec4f2e8788c222d75311e7f5 (diff) | |
download | FreeBSD-src-2282bf1f8250f22a9178eca2710a437d8a5fd6cb.zip FreeBSD-src-2282bf1f8250f22a9178eca2710a437d8a5fd6cb.tar.gz |
Fix whitespace (missing newline)
Diffstat (limited to 'sys/dev/netmap/netmap.c')
-rw-r--r-- | sys/dev/netmap/netmap.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/netmap/netmap.c b/sys/dev/netmap/netmap.c index 145fba1..ba86780 100644 --- a/sys/dev/netmap/netmap.c +++ b/sys/dev/netmap/netmap.c @@ -1282,7 +1282,8 @@ netmap_lock_wrapper(struct ifnet *dev, int what, u_int queueid) * 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 |