From 59e03648ebef74da8b79f380cc36e9077db34790 Mon Sep 17 00:00:00 2001 From: Arshad Hussain Date: Sun, 11 Feb 2024 20:22:45 +0530 Subject: [PATCH] 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 --- lustre/fid/fid_internal.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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; -- 1.8.3.1