From 4ea3f86426f76e59244ec6f66504da688d90193c Mon Sep 17 00:00:00 2001 From: George Melikov Date: Sat, 21 Jan 2017 00:17:55 +0300 Subject: codebase style improvements for OpenZFS 6459 port --- include/sys/trace_dmu.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/sys/trace_dmu.h') diff --git a/include/sys/trace_dmu.h b/include/sys/trace_dmu.h index 0f2f49921..844746a9c 100644 --- a/include/sys/trace_dmu.h +++ b/include/sys/trace_dmu.h @@ -105,9 +105,11 @@ DECLARE_EVENT_CLASS(zfs_delay_mintime_class, /* END CSTYLED */ #define DEFINE_DELAY_MINTIME_EVENT(name) \ +/* BEGIN CSTYLED */ 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)) +/* END CSTYLED */ DEFINE_DELAY_MINTIME_EVENT(zfs_delay__mintime); #endif /* _TRACE_DMU_H */ -- cgit v1.2.3