summaryrefslogtreecommitdiffstats
path: root/sys/net/bpfdesc.h
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2008-08-01 22:08:14 +0000
committerantoine <antoine@FreeBSD.org>2008-08-01 22:08:14 +0000
commitf5bceca63e8db10ddb522150b47f6dd29ed01cd3 (patch)
treef7d7717471e6503d390c7aeb91a11793140e5ae9 /sys/net/bpfdesc.h
parenta0f546e88ff3ba025ed0bdc1f1bfbcc5b44a1f49 (diff)
downloadFreeBSD-src-f5bceca63e8db10ddb522150b47f6dd29ed01cd3.zip
FreeBSD-src-f5bceca63e8db10ddb522150b47f6dd29ed01cd3.tar.gz
Remove trailing ';' in BPFD_LOCK_ASSERT macro.
MFC after: 1 month X-MFC-to: stable/7, stable/6 has it right
Diffstat (limited to 'sys/net/bpfdesc.h')
-rw-r--r--sys/net/bpfdesc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/bpfdesc.h b/sys/net/bpfdesc.h
index ad9ab20..2ff3d5e 100644
--- a/sys/net/bpfdesc.h
+++ b/sys/net/bpfdesc.h
@@ -108,7 +108,7 @@ struct bpf_d {
#define BPFD_LOCK(bd) mtx_lock(&(bd)->bd_mtx)
#define BPFD_UNLOCK(bd) mtx_unlock(&(bd)->bd_mtx)
-#define BPFD_LOCK_ASSERT(bd) mtx_assert(&(bd)->bd_mtx, MA_OWNED);
+#define BPFD_LOCK_ASSERT(bd) mtx_assert(&(bd)->bd_mtx, MA_OWNED)
/*
* External representation of the bpf descriptor
OpenPOWER on IntegriCloud