Staging: lustre: Removed necessary braces {}
Deleted {}.Because braces {} are not necessary for single statement blocks Signed-off-by: Melike Yurtoglu <aysemelikeyurtoglu@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
a659df625b
commit
39c09ce258
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user