]> git.proxmox.com Git - mirror_spl.git/blobdiff - include/linux/math64_compat.h
Fix cstyle warnings
[mirror_spl.git] / include / linux / math64_compat.h
index 2c911a64baac1e5eccb93fcd523e72e75a727ffd..173b3806fd8b0c328d2eeee38c98a17d88c31646 100644 (file)
@@ -26,7 +26,8 @@
 #define _SPL_MATH64_COMPAT_H
 
 #ifndef abs64
-#define abs64(x)       ({ uint64_t t = (x) >> 63; ((x) ^ t) - t; })
+/* CSTYLED */
+#define        abs64(x)        ({ uint64_t t = (x) >> 63; ((x) ^ t) - t; })
 #endif
 
 #endif /* _SPL_MATH64_COMPAT_H */