From: Sergiy Redko Date: Sat, 25 Mar 2017 06:15:25 +0000 (+1100) Subject: Staging: lustre: lnet: code style fix X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a2e99e97393187a72b827b2e9880b9e4516b0893;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/lustre/lnet/lnet/router.c b/drivers/staging/lustre/lnet/lnet/router.c index 194a220b7830..12dd1043f9fa 100644 --- a/drivers/staging/lustre/lnet/lnet/router.c +++ b/drivers/staging/lustre/lnet/lnet/router.c @@ -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;