summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraybuke ozdemir <aybuke.147@gmail.com>2015-02-26 23:45:46 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-02-26 15:26:06 -0800
commitef075edcc92be64746bfb184071707fa5890cc3a (patch)
tree01b7adbb4aa813dbc6ab580d7312b13443d59aea
parentcea812cd69dc5eb37b087b8fdb68b695f7de94ec (diff)
Staging: lustre: Corrected code indentation
This patch fixes these warning messages found by checkpatch.pl: WARNING: suspect code indent for conditional statements(8,15) Signed-off-by: aybuke ozdemir <aybuke.147@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/lustre/lustre/llite/file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lustre/llite/file.c b/drivers/staging/lustre/lustre/llite/file.c
index d14fc9c22ad5..247b4f038588 100644
--- a/drivers/staging/lustre/lustre/llite/file.c
+++ b/drivers/staging/lustre/lustre/llite/file.c
@@ -2822,7 +2822,7 @@ int ll_have_md_lock(struct inode *inode, __u64 *bits, ldlm_mode_t l_req_mode)
int i;
if (!inode)
- return 0;
+ return 0;
fid = &ll_i2info(inode)->lli_fid;
CDEBUG(D_INFO, "trying to match res "DFID" mode %s\n", PFID(fid),