From 11e153ac063eefb1e4c62132074adf5a679a547e Mon Sep 17 00:00:00 2001 From: Arshad Hussain Date: Fri, 2 Feb 2024 18:46:41 +0530 Subject: [PATCH] LU-6142 fld: Fix style issues for lproc_fld.c This patch fixes issues reported by checkpatch for file lustre/fld/lproc_fld.c Test-Parameters: trivial Signed-off-by: Arshad Hussain Change-Id: I27e3719cce73f04460fffa5b0583603adb1cd05f Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/53888 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger Reviewed-by: Timothy Day Reviewed-by: Oleg Drokin --- lustre/fld/lproc_fld.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lustre/fld/lproc_fld.c b/lustre/fld/lproc_fld.c index 9164101..4182191 100644 --- a/lustre/fld/lproc_fld.c +++ b/lustre/fld/lproc_fld.c @@ -53,7 +53,7 @@ static int fld_debugfs_targets_seq_show(struct seq_file *m, void *unused) { struct lu_client_fld *fld = (struct lu_client_fld *)m->private; - struct lu_fld_target *target; + struct lu_fld_target *target; ENTRY; spin_lock(&fld->lcf_lock); @@ -123,11 +123,11 @@ static ssize_t ldebugfs_cache_flush_seq_write(struct file *file, struct lu_client_fld *fld = m->private; ENTRY; - fld_cache_flush(fld->lcf_cache); + fld_cache_flush(fld->lcf_cache); - CDEBUG(D_INFO, "%s: Lookup cache is flushed\n", fld->lcf_name); + CDEBUG(D_INFO, "%s: Lookup cache is flushed\n", fld->lcf_name); - RETURN(count); + RETURN(count); } LDEBUGFS_SEQ_FOPS_RO(fld_debugfs_targets); -- 1.8.3.1