Skip to content

Commit

Permalink
Staging: lustre: lnet: code style fix
Browse files Browse the repository at this point in the history
Fixed code style error found by checkpatch by adding a space after a
comma in function parameter list.

Signed-off-by: Sergiy Redko <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
serge authored and gregkh committed Mar 29, 2017
1 parent 2536f0c commit a2e99e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/lustre/lnet/lnet/router.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a2e99e9

Please sign in to comment.