]> git.proxmox.com Git - mirror_zfs.git/blobdiff - include/sys/fm/util.h
cstyle: Resolve C style issues
[mirror_zfs.git] / include / sys / fm / util.h
index a3a8c3f86935c587c79943ba77dd433f14ef491a..2f03d1011a22c330e404413db0e2d71ff54b6f25 100644 (file)
@@ -71,22 +71,22 @@ typedef struct erpt_dump {
 
 #ifdef _KERNEL
 
-#define ZEVENT_SHUTDOWN        0x1
+#define        ZEVENT_SHUTDOWN 0x1
 
 typedef void zevent_cb_t(nvlist_t *, nvlist_t *);
 
 typedef struct zevent_s {
-       nvlist_t        *ev_nvl;       /* protected by the zevent_lock */
-       nvlist_t        *ev_detector;  /* " */
-       list_t          ev_ze_list;    /* " */
-       list_node_t     ev_node;       /* " */
-       zevent_cb_t     *ev_cb;        /* " */
+       nvlist_t        *ev_nvl;        /* protected by the zevent_lock */
+       nvlist_t        *ev_detector;   /* " */
+       list_t          ev_ze_list;     /* " */
+       list_node_t     ev_node;        /* " */
+       zevent_cb_t     *ev_cb;         /* " */
 } zevent_t;
 
 typedef struct zfs_zevent {
-       zevent_t        *ze_zevent;    /* protected by the zevent_lock */
-       list_node_t     ze_node;       /* " */
-       uint64_t        ze_dropped;    /* " */
+       zevent_t        *ze_zevent;     /* protected by the zevent_lock */
+       list_node_t     ze_node;        /* " */
+       uint64_t        ze_dropped;     /* " */
 } zfs_zevent_t;
 
 extern void fm_init(void);