summaryrefslogtreecommitdiffstats
path: root/sys/dev/hatm
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2005-05-25 13:33:58 +0000
committerharti <harti@FreeBSD.org>2005-05-25 13:33:58 +0000
commit7d4bad8bc3714819743b5e00054b7f9dcb79072f (patch)
treeadaf34bd09148f9b6d09be2a73e130bd071c71d8 /sys/dev/hatm
parentf5dbb79246f3f07a1dca060d9a89c510e403dd9f (diff)
downloadFreeBSD-src-7d4bad8bc3714819743b5e00054b7f9dcb79072f.zip
FreeBSD-src-7d4bad8bc3714819743b5e00054b7f9dcb79072f.tar.gz
Add a missing comma which prevents compilation with debugging enabled.
Spotted by: Donatas <donatas@lrtc.net>
Diffstat (limited to 'sys/dev/hatm')
-rw-r--r--sys/dev/hatm/if_hatm_tx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/hatm/if_hatm_tx.c b/sys/dev/hatm/if_hatm_tx.c
index b084b9e..3f0e66c 100644
--- a/sys/dev/hatm/if_hatm_tx.c
+++ b/sys/dev/hatm/if_hatm_tx.c
@@ -94,7 +94,7 @@ __FBSDID("$FreeBSD$");
#define hatm_get_txmbuf(SC) \
do { \
if (++sc->txmbuf > 20000) \
- DBG(sc, TX ("txmbuf %u", sc->txmbuf)); \
+ DBG(sc, TX, ("txmbuf %u", sc->txmbuf)); \
else if (sc->txmbuf == 1) \
DBG(sc, TX, ("txmbuf leaves 0")); \
} while (0)
OpenPOWER on IntegriCloud