瀏覽代碼

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>
aybuke ozdemir 10 年之前
父節點
當前提交
ef075edcc9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/staging/lustre/lustre/llite/file.c

+ 1 - 1
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;
 	int i;
 
 
 	if (!inode)
 	if (!inode)
-	       return 0;
+		return 0;
 
 
 	fid = &ll_i2info(inode)->lli_fid;
 	fid = &ll_i2info(inode)->lli_fid;
 	CDEBUG(D_INFO, "trying to match res "DFID" mode %s\n", PFID(fid),
 	CDEBUG(D_INFO, "trying to match res "DFID" mode %s\n", PFID(fid),