]> git.proxmox.com Git - mirror_zfs.git/blobdiff - include/os/linux/zfs/sys/trace_dbgmsg.h
Clean up CSTYLEDs
[mirror_zfs.git] / include / os / linux / zfs / sys / trace_dbgmsg.h
index 513918d004a4f830d4b504f52ba0a29c2034d8a2..89722bab4c94140aef46f5049ad88a89b28362c1 100644 (file)
@@ -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 */