aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>2019-06-25 19:55:42 +0000
committerJulian Elischer <julian@FreeBSD.org>2019-06-25 19:55:42 +0000
commiteb2b51ffda85293ed70711111fe3db366ae68b5d (patch)
tree48d07c23f203432387041589ebd998ebc0e3afea /sys
parent4f53d57e8c851899c03bdc7e884619b84a7b2065 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/pmckern.h2
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)