]> git.karo-electronics.de Git - linux-beck.git/commitdiff
staging: lustre: Fix indentation
authorRehas Sachdeva <aquannie@gmail.com>
Thu, 15 Sep 2016 12:53:18 +0000 (18:23 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 15 Sep 2016 17:28:36 +0000 (19:28 +0200)
Fixes checkpatch.pl warning: Statements should start on a tabstop.

Signed-off-by: Rehas Sachdeva <aquannie@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/llite/file.c
drivers/staging/lustre/lustre/llite/rw.c

index e2e81bf33e0df70d2a0205c54e2eece8f1aab12e..bfac6dd08dedff3ad69bdd190acfe16e54ba03b8 100644 (file)
@@ -602,7 +602,7 @@ restart:
        } else if (it->it_flags & FMODE_EXEC) {
                och_p = &lli->lli_mds_exec_och;
                och_usecount = &lli->lli_open_fd_exec_count;
-        } else {
+       } else {
                och_p = &lli->lli_mds_read_och;
                och_usecount = &lli->lli_open_fd_read_count;
        }
index 23747faa8fb0f59f7a0c72c5eb496c991a3a34d4..25de3bf2e62684051602a708fad3127fc2656abe 100644 (file)
@@ -1022,7 +1022,7 @@ int ll_writepages(struct address_space *mapping, struct writeback_control *wbc)
        if (result > 0) {
                wbc->nr_to_write -= result;
                result = 0;
-        }
+       }
 
        if (wbc->range_cyclic || (range_whole && wbc->nr_to_write > 0)) {
                if (end == OBD_OBJECT_EOF)