Staging: lustre: indent an if statement
This if statement wasn't intended. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Acked-by: James Simmons <jsimmons@infradead.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
acefb6450d
commit
08f2a14c97
|
@ -335,7 +335,7 @@ int cl_object_getstripe(const struct lu_env *env, struct cl_object *obj,
|
||||||
if (obj->co_ops->coo_getstripe) {
|
if (obj->co_ops->coo_getstripe) {
|
||||||
result = obj->co_ops->coo_getstripe(env, obj, uarg);
|
result = obj->co_ops->coo_getstripe(env, obj, uarg);
|
||||||
if (result)
|
if (result)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return result;
|
return result;
|
||||||
|
|
Loading…
Reference in New Issue