]> git.proxmox.com Git - mirror_spl.git/blobdiff - include/linux/compiler_compat.h
Make include/linux/ conform to ZFS style standard
[mirror_spl.git] / include / linux / compiler_compat.h
index 06268bf4c39efea531c9ecb7cd94b24d14ac91e5..696d7957228314098089cb7c47e3ab46d360664b 100644 (file)
@@ -23,7 +23,7 @@
  */
 
 #ifndef _SPL_COMPILER_COMPAT_H
-#define _SPL_COMPILER_COMPAT_H
+#define        _SPL_COMPILER_COMPAT_H
 
 #include <linux/compiler.h>
 
@@ -41,7 +41,7 @@
  * handlers, all running on the same CPU.
  */
 /* Taken from 2.6.33.2 */
-# define ACCESS_ONCE(x) (*(volatile typeof(x) *)&(x))
+#define        ACCESS_ONCE(x) (*(volatile typeof(x) *)&(x))
 #endif
 
 #endif /* _SPL_COMPILER_COMPAT_H */