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