Commit 39c09ce2 authored by Melike Yurtoglu's avatar Melike Yurtoglu Committed by Greg Kroah-Hartman
Browse files

Staging: lustre: Removed necessary braces {}



Deleted {}.Because braces {} are not necessary for single statement
blocks

Signed-off-by: default avatarMelike Yurtoglu <aysemelikeyurtoglu@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent a659df62
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -155,9 +155,8 @@ static void nrs_policy_stop_primary(struct ptlrpc_nrs *nrs)
{
	struct ptlrpc_nrs_policy *tmp = nrs->nrs_policy_primary;

	if (tmp == NULL) {
	if (tmp == NULL)
		return;
	}

	nrs->nrs_policy_primary = NULL;