svn commit: r268905 - stable/9/sys/dev/ixgbe
Hiren Panchasara
hiren at FreeBSD.org
Sun Jul 20 02:20:04 UTC 2014
Author: hiren
Date: Sun Jul 20 02:20:03 2014
New Revision: 268905
URL: http://svnweb.freebsd.org/changeset/base/268905
Log:
MFC r268790
Fix a typo.
Modified:
stable/9/sys/dev/ixgbe/ixgbe.c
Modified: stable/9/sys/dev/ixgbe/ixgbe.c
==============================================================================
--- stable/9/sys/dev/ixgbe/ixgbe.c Sun Jul 20 02:15:14 2014 (r268904)
+++ stable/9/sys/dev/ixgbe/ixgbe.c Sun Jul 20 02:20:03 2014 (r268905)
@@ -306,7 +306,7 @@ SYSCTL_INT(_hw_ix, OID_AUTO, num_queues,
static int ixgbe_txd = PERFORM_TXD;
TUNABLE_INT("hw.ixgbe.txd", &ixgbe_txd);
SYSCTL_INT(_hw_ix, OID_AUTO, txd, CTLFLAG_RDTUN, &ixgbe_txd, 0,
- "Number of receive descriptors per queue");
+ "Number of transmit descriptors per queue");
/* Number of RX descriptors per ring */
static int ixgbe_rxd = PERFORM_RXD;
More information about the svn-src-stable-9
mailing list