Whamcloud - gitweb
LU-6142 lustre: Fix style issues for lustre_export.h
[fs/lustre-release.git] / lustre / include / lustre_idmap.h
index a8c5a21..5ba270f 100644 (file)
@@ -27,7 +27,6 @@
  */
 /*
  * This file is part of Lustre, http://www.lustre.org/
- * Lustre is a trademark of Sun Microsystems, Inc.
  *
  * lustre/lustre/include/lustre_idmap.h
  *
@@ -54,7 +53,8 @@
 #define CFS_NGROUPS_PER_BLOCK   ((int)(PAGE_SIZE / sizeof(gid_t)))
 
 #define CFS_GROUP_AT(gi, i) \
-        ((gi)->blocks[(i) / CFS_NGROUPS_PER_BLOCK][(i) % CFS_NGROUPS_PER_BLOCK])
+       ((gi)->blocks[(i) / CFS_NGROUPS_PER_BLOCK][(i) % \
+        CFS_NGROUPS_PER_BLOCK])
 
 #endif /* HAVE_GROUP_INFO_GID */