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:
parent
e68ed79390
commit
7b4f6e7b9f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user