From: aybuke ozdemir Date: Thu, 26 Feb 2015 21:45:46 +0000 (+0200) Subject: Staging: lustre: Corrected code indentation X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=ef075edcc92be64746bfb184071707fa5890cc3a;p=deliverable%2Flinux.git 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 Signed-off-by: Greg Kroah-Hartman --- 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),