All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch] Staging: lustre: indent an if statement
@ 2016-10-13  8:52 ` Dan Carpenter
  0 siblings, 0 replies; 8+ messages in thread
From: Dan Carpenter @ 2016-10-13  8:52 UTC (permalink / raw)
  To: lustre-devel

This if statement wasn't intended.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>

diff --git a/drivers/staging/lustre/lustre/obdclass/cl_object.c b/drivers/staging/lustre/lustre/obdclass/cl_object.c
index 3199dd4..a102c36 100644
--- a/drivers/staging/lustre/lustre/obdclass/cl_object.c
+++ b/drivers/staging/lustre/lustre/obdclass/cl_object.c
@@ -335,7 +335,7 @@ int cl_object_getstripe(const struct lu_env *env, struct cl_object *obj,
 		if (obj->co_ops->coo_getstripe) {
 			result = obj->co_ops->coo_getstripe(env, obj, uarg);
 			if (result)
-			break;
+				break;
 		}
 	}
 	return result;

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-10-14 11:52 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-13  8:52 [patch] Staging: lustre: indent an if statement Dan Carpenter
2016-10-13  8:52 ` [lustre-devel] " Dan Carpenter
2016-10-13 22:38 ` James Simmons
2016-10-13 22:38   ` [lustre-devel] " James Simmons
2016-10-14 10:36   ` Martin Hecht
2016-10-14 10:36     ` Martin Hecht
2016-10-14 11:52     ` Dan Carpenter
2016-10-14 11:52       ` Dan Carpenter

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.