summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_dtrace.h
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2016-06-27 22:10:07 +0000
committerbdrewery <bdrewery@FreeBSD.org>2016-06-27 22:10:07 +0000
commit1900a37cef3c63f76cd1535037d9302f4152a8de (patch)
tree6e08a25ecfc435f9de356f6365942fedf7d421fe /sys/compat/linux/linux_dtrace.h
parent2c796ad6408184cf2bb690fa55a4fb5c6a894f35 (diff)
downloadFreeBSD-src-1900a37cef3c63f76cd1535037d9302f4152a8de.zip
FreeBSD-src-1900a37cef3c63f76cd1535037d9302f4152a8de.tar.gz
MFC r292384:
Fix style issues around existing SDT probes. ** Changes to sys/netinet/in_kdtrace.c and sys/netinet/in_kdtrace.h skipped.
Diffstat (limited to 'sys/compat/linux/linux_dtrace.h')
-rw-r--r--sys/compat/linux/linux_dtrace.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/linux/linux_dtrace.h b/sys/compat/linux/linux_dtrace.h
index c446b3e..6e91327 100644
--- a/sys/compat/linux/linux_dtrace.h
+++ b/sys/compat/linux/linux_dtrace.h
@@ -72,8 +72,8 @@
#define LIN_SDT_PROBE_DEFINE5(a, b, c, d, e, f, g, h) _LIN_SDT_PROBE_DEFINE5(\
LINUX_DTRACE, a, b, c, d, e, f, g, h)
-#define LIN_SDT_PROBE0(a, b, c) SDT_PROBE1(LINUX_DTRACE, a, b, \
- c, 0)
+#define LIN_SDT_PROBE0(a, b, c) SDT_PROBE0(LINUX_DTRACE, a, b, \
+ c)
#define LIN_SDT_PROBE1(a, b, c, d) SDT_PROBE1(LINUX_DTRACE, a, b, \
c, d)
#define LIN_SDT_PROBE2(a, b, c, d, e) SDT_PROBE2(LINUX_DTRACE, a, b, \
OpenPOWER on IntegriCloud