[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1439906064-9724-1-git-send-email-cse.anjalimenon@gmail.com>
Date: Tue, 18 Aug 2015 19:24:24 +0530
From: Anjali Menon <cse.anjalimenon@...il.com>
To: cse.anjalimenon@...il.com
Cc: gregkh@...uxfoundation.org, andreas.dilger@...el.com,
linux-kernel@...r.kernel.org, oleg.drokin@...el.com
Subject: [PATCH] staging: lustre: lustre: llite: Added a space
Added a space to fix the following coding style error detected by
checkpatch error:
ERROR: space required after that close brace '}'
Signed-off-by: Anjali Menon <cse.anjalimenon@...il.com>
---
drivers/staging/lustre/lustre/llite/file.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/lustre/lustre/llite/file.c b/drivers/staging/lustre/lustre/llite/file.c
index 85e74d1..7d66147 100644
--- a/drivers/staging/lustre/lustre/llite/file.c
+++ b/drivers/staging/lustre/lustre/llite/file.c
@@ -270,7 +270,7 @@ static int ll_md_close(struct obd_export *md_exp, struct inode *inode,
int lockmode;
__u64 flags = LDLM_FL_BLOCK_GRANTED | LDLM_FL_TEST_LOCK;
struct lustre_handle lockh;
- ldlm_policy_data_t policy = {.l_inodebits = {MDS_INODELOCK_OPEN}};
+ ldlm_policy_data_t policy = {.l_inodebits = {MDS_INODELOCK_OPEN} };
int rc = 0;
/* clear group lock, if present */
@@ -2688,7 +2688,7 @@ ll_file_flock(struct file *file, int cmd, struct file_lock *file_lock)
};
struct md_op_data *op_data;
struct lustre_handle lockh = {0};
- ldlm_policy_data_t flock = {{0}};
+ ldlm_policy_data_t flock = { {0} };
__u64 flags = 0;
int rc;
int rc2 = 0;
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists