Commit a10f33e9 authored by Masaru Nomura's avatar Masaru Nomura Committed by Greg Kroah-Hartman

staging: lustre: socklnd: Fix indenting

Fixed indenting of if statement in socklnd.c to meet kernel coding style.
Signed-off-by: default avatarMasaru Nomura <massa.nomura@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 991cc8d6
...@@ -2510,7 +2510,8 @@ ksocknal_debug_peerhash (lnet_ni_t *ni) ...@@ -2510,7 +2510,8 @@ ksocknal_debug_peerhash (lnet_ni_t *ni)
list_for_each (tmp, &ksocknal_data.ksnd_peers[i]) { list_for_each (tmp, &ksocknal_data.ksnd_peers[i]) {
peer = list_entry (tmp, ksock_peer_t, ksnp_list); peer = list_entry (tmp, ksock_peer_t, ksnp_list);
if (peer->ksnp_ni == ni) break; if (peer->ksnp_ni == ni)
break;
peer = NULL; peer = NULL;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment