Commit a2e99e97 authored by Sergiy Redko's avatar Sergiy Redko Committed by Greg Kroah-Hartman

Staging: lustre: lnet: code style fix

Fixed code style error found by checkpatch by adding a space after a
comma in function parameter list.
Signed-off-by: default avatarSergiy Redko <sergredko@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 2536f0c6
......@@ -804,7 +804,7 @@ lnet_wait_known_routerstate(void)
all_known = 1;
list_for_each(entry, &the_lnet.ln_routers) {
rtr = list_entry(entry,struct lnet_peer, lp_rtr_list);
rtr = list_entry(entry, struct lnet_peer, lp_rtr_list);
if (!rtr->lp_alive_count) {
all_known = 0;
......
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