Whamcloud - gitweb
LU-6142 obdclass: Fix style issues for lustre_idmap.h 13/53913/2
authorArshad Hussain <arshad.hussain@aeoncomputing.com>
Mon, 5 Feb 2024 10:45:01 +0000 (16:15 +0530)
committerOleg Drokin <green@whamcloud.com>
Fri, 23 Feb 2024 07:03:23 +0000 (07:03 +0000)
This patch fixes issues reported by checkpatch
for file lustre/include/lustre_idmap.h

Test-Parameters: trivial
Signed-off-by: Arshad Hussain <arshad.hussain@aeoncomputing.com>
Change-Id: I975d7f719bb2841db93c6b9cda530e02984d9ca3
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/53913
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Timothy Day <timday@amazon.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/include/lustre_idmap.h

index 35f55eb..5ba270f 100644 (file)
@@ -53,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 */