Whamcloud - gitweb
LU-6142 fid: Fix style issues for fid_internal.h 99/53999/2
authorArshad Hussain <arshad.hussain@aeoncomputing.com>
Sun, 11 Feb 2024 14:52:45 +0000 (20:22 +0530)
committerOleg Drokin <green@whamcloud.com>
Fri, 23 Feb 2024 07:04:56 +0000 (07:04 +0000)
This patch fixes issues reported by checkpatch
for file lustre/fid/fid_internal.h

Test-Parameters: trivial
Signed-off-by: Arshad Hussain <arshad.hussain@aeoncomputing.com>
Change-Id: I73cf72c107879b341ff868b437dc36649083e2fd
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/53999
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/fid/fid_internal.h

index c2b0f5f..80bc284 100644 (file)
 struct req_capsule;
 
 struct seq_thread_info {
-        struct req_capsule     *sti_pill;
-        struct lu_seq_range     sti_space;
-        struct lu_buf           sti_buf;
+       struct req_capsule      *sti_pill;
+       struct lu_seq_range     sti_space;
+       struct lu_buf           sti_buf;
 };
 
 enum {
-        SEQ_TXN_STORE_CREDITS = 20
+       SEQ_TXN_STORE_CREDITS = 20
 };
 
 extern struct lu_context_key seq_thread_key;