svn commit: r256666 - head/sys/dev/ath

Rui Paulo rpaulo at FreeBSD.org
Thu Oct 17 05:51:54 UTC 2013


Author: rpaulo
Date: Thu Oct 17 05:51:54 2013
New Revision: 256666
URL: http://svnweb.freebsd.org/changeset/base/256666

Log:
  Add a missing comma.

Modified:
  head/sys/dev/ath/if_ath_tx.c

Modified: head/sys/dev/ath/if_ath_tx.c
==============================================================================
--- head/sys/dev/ath/if_ath_tx.c	Thu Oct 17 05:44:15 2013	(r256665)
+++ head/sys/dev/ath/if_ath_tx.c	Thu Oct 17 05:51:54 2013	(r256666)
@@ -2980,7 +2980,7 @@ ath_tx_xmit_aggr(struct ath_softc *sc, s
 	 * be reset or the completion code will get upset with you.
 	 */
 	if (bf->bf_state.bfs_aggr != 0 || bf->bf_state.bfs_nframes > 1) {
-		DPRINTF(sc, ATH_DEBUG_SW_TX_AGGR
+		DPRINTF(sc, ATH_DEBUG_SW_TX_AGGR,
 		    "%s: bfs_aggr=%d, bfs_nframes=%d\n", __func__,
 		    bf->bf_state.bfs_aggr, bf->bf_state.bfs_nframes);
 		bf->bf_state.bfs_aggr = 0;


More information about the svn-src-all mailing list