]> git.proxmox.com Git - mirror_spl.git/blobdiff - include/sys/systeminfo.h
Fix cstyle warnings
[mirror_spl.git] / include / sys / systeminfo.h
index bc5337fa5732e26cc5c9db0f3c39e1ebdf894b3a..2255691580f99f3dff9617e30b4c1c0b9d992e9b 100644 (file)
  */
 
 #ifndef _SPL_SYSTEMINFO_H
-#define _SPL_SYSTEMINFO_H
+#define        _SPL_SYSTEMINFO_H
 
-#define HW_HOSTID_LEN          11              /* minimum buffer size needed */
+#define        HW_HOSTID_LEN           11              /* minimum buffer size needed */
                                                /* to hold a decimal or hex */
                                                /* hostid string */
 
 /* Supplemental definitions for Linux. */
-#define HW_HOSTID_PATH         "/etc/hostid"   /* binary configuration file */
-#define HW_HOSTID_MASK         0xFFFFFFFF      /* significant hostid bits */
+#define        HW_HOSTID_PATH          "/etc/hostid"   /* binary configuration file */
+#define        HW_HOSTID_MASK          0xFFFFFFFF      /* significant hostid bits */
 
 #endif /* SPL_SYSTEMINFO_H */