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:
Sergiy Redko 2017-03-25 17:15:25 +11:00 коммит произвёл Greg Kroah-Hartman
Родитель 2536f0c677
Коммит a2e99e9739
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -804,7 +804,7 @@ lnet_wait_known_routerstate(void)
all_known = 1; all_known = 1;
list_for_each(entry, &the_lnet.ln_routers) { 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) { if (!rtr->lp_alive_count) {
all_known = 0; all_known = 0;