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: Sergiy Redko <sergredko@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Родитель
2536f0c677
Коммит
a2e99e9739
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче