summaryrefslogtreecommitdiffstats
path: root/include/sys/trace_dmu.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sys/trace_dmu.h')
-rw-r--r--include/sys/trace_dmu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sys/trace_dmu.h b/include/sys/trace_dmu.h
index 844746a9c..916c9bdba 100644
--- a/include/sys/trace_dmu.h
+++ b/include/sys/trace_dmu.h
@@ -104,8 +104,8 @@ DECLARE_EVENT_CLASS(zfs_delay_mintime_class,
);
/* END CSTYLED */
-#define DEFINE_DELAY_MINTIME_EVENT(name) \
/* BEGIN CSTYLED */
+#define DEFINE_DELAY_MINTIME_EVENT(name) \
DEFINE_EVENT(zfs_delay_mintime_class, name, \
TP_PROTO(dmu_tx_t *tx, uint64_t dirty, uint64_t min_tx_time), \
TP_ARGS(tx, dirty, min_tx_time))