aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/lclient
diff options
context:
space:
mode:
authorAnil Belur <askb23@gmail.com>2014-06-18 18:23:56 +1000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-06-18 15:40:17 -0700
commit98e11370052aa88a38c2d5d1693a5ec2966c4f81 (patch)
tree17ddfa44642ea39fd23f1d8f7f43797b30d871ac /drivers/staging/lustre/lustre/lclient
parentstaging: lustre: lclient: lcommon_cl.c fixing coding style issues (diff)
downloadlinux-dev-98e11370052aa88a38c2d5d1693a5ec2966c4f81.tar.xz
linux-dev-98e11370052aa88a38c2d5d1693a5ec2966c4f81.zip
staging: lustre: lclient: lcommon_cl.c fixing coding style issues
fixed: WARNING: suspect code indent for conditional statements (32, 32) Signed-off-by: Anil Belur <askb23@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/lustre/lustre/lclient')
-rw-r--r--drivers/staging/lustre/lustre/lclient/lcommon_cl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lustre/lclient/lcommon_cl.c b/drivers/staging/lustre/lustre/lclient/lcommon_cl.c
index b8552abc6a63..08d6fbdf6ed9 100644
--- a/drivers/staging/lustre/lustre/lclient/lcommon_cl.c
+++ b/drivers/staging/lustre/lustre/lclient/lcommon_cl.c
@@ -826,7 +826,7 @@ int ccc_prep_size(const struct lu_env *env, struct cl_object *obj,
if ((size == 0 && cur_index != 0) ||
size_index < cur_index)
- *exceed = 1;
+ *exceed = 1;
}
return result;
} else {