Remove trailing ';' in BPFD_LOCK_ASSERT macro.

MFC after:	1 month
X-MFC-to:	stable/7, stable/6 has it right
This commit is contained in:
Antoine Brodin 2008-08-01 22:08:14 +00:00
parent e68ed79390
commit 7b4f6e7b9f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=181137

View File

@ -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