staging: lustre: socklnd: Fix indenting
Fixed indenting of if statement in socklnd.c to meet kernel coding style. Signed-off-by: Masaru Nomura <massa.nomura@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
991cc8d611
commit
a10f33e960
|
@ -2510,7 +2510,8 @@ ksocknal_debug_peerhash (lnet_ni_t *ni)
|
|||
list_for_each (tmp, &ksocknal_data.ksnd_peers[i]) {
|
||||
peer = list_entry (tmp, ksock_peer_t, ksnp_list);
|
||||
|
||||
if (peer->ksnp_ni == ni) break;
|
||||
if (peer->ksnp_ni == ni)
|
||||
break;
|
||||
|
||||
peer = NULL;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue