Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 78dd0798 authored by Srikrishan Malik's avatar Srikrishan Malik Committed by Greg Kroah-Hartman
Browse files

staging: lustre: move else on the same line as closing brace



Fix the following checkpatch error:

ERROR: else should follow close brace '}'

Signed-off-by: default avatarSrikrishan Malik <srikrishanmalik@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 1a4cd3e9
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -587,8 +587,7 @@ int mdc_get_lustre_md(struct obd_export *exp, struct ptlrpc_request *req,
						lustre_swab_mdt_remote_perm);
						lustre_swab_mdt_remote_perm);
		if (!md->remote_perm)
		if (!md->remote_perm)
			GOTO(out, rc = -EPROTO);
			GOTO(out, rc = -EPROTO);
	}
	} else if (md->body->valid & OBD_MD_FLACL) {
	else if (md->body->valid & OBD_MD_FLACL) {
		/* for ACL, it's possible that FLACL is set but aclsize is zero.
		/* for ACL, it's possible that FLACL is set but aclsize is zero.
		 * only when aclsize != 0 there's an actual segment for ACL
		 * only when aclsize != 0 there's an actual segment for ACL
		 * in reply buffer.
		 * in reply buffer.