summaryrefslogtreecommitdiffstats
path: root/include/sys/trace_dnode.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sys/trace_dnode.h')
-rw-r--r--include/sys/trace_dnode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sys/trace_dnode.h b/include/sys/trace_dnode.h
index a651a56cf..7196a497d 100644
--- a/include/sys/trace_dnode.h
+++ b/include/sys/trace_dnode.h
@@ -104,8 +104,8 @@ DECLARE_EVENT_CLASS(zfs_dnode_move_class,
);
/* END CSTYLED */
-#define DEFINE_DNODE_MOVE_EVENT(name) \
/* BEGIN CSTYLED */
+#define DEFINE_DNODE_MOVE_EVENT(name) \
DEFINE_EVENT(zfs_dnode_move_class, name, \
TP_PROTO(dnode_t *dn, int64_t refcount, uint32_t dbufs), \
TP_ARGS(dn, refcount, dbufs))