Staging: lustre: Corrected code indentation
authoraybuke ozdemir <aybuke.147@gmail.com>
Thu, 26 Feb 2015 21:45:46 +0000 (23:45 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Feb 2015 23:26:06 +0000 (15:26 -0800)
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>
drivers/staging/lustre/lustre/llite/file.c

index d14fc9c22ad504fffa2b5a914039b43588c20f9b..247b4f0385885f9773451f8c5404ca75d406a413 100644 (file)
@@ -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),
This page took 0.025729 seconds and 5 git commands to generate.