From: Arshad Hussain Date: Sun, 11 Feb 2024 14:52:45 +0000 (+0530) Subject: LU-6142 fid: Fix style issues for fid_internal.h X-Git-Tag: 2.15.62~225 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=59e03648ebef74da8b79f380cc36e9077db34790;p=fs%2Flustre-release.git LU-6142 fid: Fix style issues for fid_internal.h This patch fixes issues reported by checkpatch for file lustre/fid/fid_internal.h Test-Parameters: trivial Signed-off-by: Arshad Hussain Change-Id: I73cf72c107879b341ff868b437dc36649083e2fd Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/53999 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger Reviewed-by: Timothy Day Reviewed-by: Oleg Drokin --- diff --git a/lustre/fid/fid_internal.h b/lustre/fid/fid_internal.h index c2b0f5f..80bc284 100644 --- a/lustre/fid/fid_internal.h +++ b/lustre/fid/fid_internal.h @@ -43,13 +43,13 @@ 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;