mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-11 00:42:56 -04:00
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:
committed by
Greg Kroah-Hartman
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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user