Whamcloud - gitweb
LU-1303 build: bump warning on LOD/OSP workarounds
[fs/lustre-release.git] / lustre / llite / dir.c
index 9bbf2ea..f985625 100644 (file)
@@ -1337,7 +1337,7 @@ out_free:
                 OBD_FREE_PTR(check);
                 RETURN(rc);
         }
-#if LUSTRE_VERSION_CODE < OBD_OCD_VERSION(2,7,50,0)
+#if LUSTRE_VERSION_CODE < OBD_OCD_VERSION(2, 7, 50, 0)
         case LL_IOC_QUOTACTL_18: {
                 /* copy the old 1.x quota struct for internal use, then copy
                  * back into old format struct.  For 1.8 compatibility. */
@@ -1390,7 +1390,7 @@ out_free:
         }
 #else
 #warning "remove old LL_IOC_QUOTACTL_18 compatibility code"
-#endif /* LUSTRE_VERSION_CODE < OBD_OCD_VERSION(2,7,50,0) */
+#endif /* LUSTRE_VERSION_CODE < OBD_OCD_VERSION(2, 7, 50, 0) */
         case LL_IOC_QUOTACTL: {
                 struct if_quotactl *qctl;