diff options
| author | Julian Elischer <julian@FreeBSD.org> | 2019-06-25 19:55:42 +0000 |
|---|---|---|
| committer | Julian Elischer <julian@FreeBSD.org> | 2019-06-25 19:55:42 +0000 |
| commit | eb2b51ffda85293ed70711111fe3db366ae68b5d (patch) | |
| tree | 48d07c23f203432387041589ebd998ebc0e3afea /sys | |
| parent | 4f53d57e8c851899c03bdc7e884619b84a7b2065 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/sys/pmckern.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/pmckern.h b/sys/sys/pmckern.h index e892d658a1ca2..5b337f8d76df0 100644 --- a/sys/sys/pmckern.h +++ b/sys/sys/pmckern.h @@ -226,7 +226,7 @@ do { \ */ #define PMC_CALL_HOOK_UNLOCKED(t, cmd, arg) \ do { \ - if (pmc_hook != NULL) \ + if (pmc_hook != NULL) \ (pmc_hook)((t), (cmd), (arg)); \ } while (0) |
