Explorar o código

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>
Sergiy Redko %!s(int64=8) %!d(string=hai) anos
pai
achega
a2e99e9739
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      drivers/staging/lustre/lnet/lnet/router.c

+ 1 - 1
drivers/staging/lustre/lnet/lnet/router.c

@@ -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;