diff options
Diffstat (limited to 'include/os/linux/zfs/sys/trace_dbgmsg.h')
-rw-r--r-- | include/os/linux/zfs/sys/trace_dbgmsg.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/os/linux/zfs/sys/trace_dbgmsg.h b/include/os/linux/zfs/sys/trace_dbgmsg.h index 513918d00..89722bab4 100644 --- a/include/os/linux/zfs/sys/trace_dbgmsg.h +++ b/include/os/linux/zfs/sys/trace_dbgmsg.h @@ -65,12 +65,10 @@ DECLARE_EVENT_CLASS(zfs_dprintf_class, ); /* END CSTYLED */ -/* BEGIN CSTYLED */ #define DEFINE_DPRINTF_EVENT(name) \ DEFINE_EVENT(zfs_dprintf_class, name, \ - TP_PROTO(const char *msg), \ - TP_ARGS(msg)) -/* END CSTYLED */ + TP_PROTO(const char *msg), \ + TP_ARGS(msg)) DEFINE_DPRINTF_EVENT(zfs_zfs__dprintf); #endif /* _TRACE_DBGMSG_H */ |