]> git.proxmox.com Git - mirror_zfs.git/blobdiff - include/sys/callo.h
Fix cstyle warnings
[mirror_zfs.git] / include / sys / callo.h
index 1e15163925f0d52586440a110c1366e954a98fe7..c43ac92e7c320e214e498dd62ff1f0c513521117 100644 (file)
@@ -22,7 +22,7 @@
  */
 
 #ifndef _SPL_CALLO_H
-#define _SPL_CALLO_H
+#define        _SPL_CALLO_H
 
 /*
  * Callout flags:
@@ -44,9 +44,9 @@
  *      Legacy interfaces timeout() and realtime_timeout() pass this flag
  *      to timeout_generic() to indicate that a 32-bit ID should be allocated.
  */
-#define CALLOUT_FLAG_ROUNDUP            0x1
-#define CALLOUT_FLAG_ABSOLUTE           0x2
-#define CALLOUT_FLAG_HRESTIME           0x4
-#define CALLOUT_FLAG_32BIT              0x8
+#define        CALLOUT_FLAG_ROUNDUP            0x1
+#define        CALLOUT_FLAG_ABSOLUTE           0x2
+#define        CALLOUT_FLAG_HRESTIME           0x4
+#define        CALLOUT_FLAG_32BIT              0x8
 
 #endif  /* _SPL_CALLB_H */