net/mpls/af_mpls.c:722:22-23: Unneeded semicolon
Remove unneeded semicolon. Generated by: scripts/coccinelle/misc/semicolon.cocci CC: Roopa Prabhu <ro...@cumulusnetworks.com> Signed-off-by: Fengguang Wu <fengguang...@intel.com> --- af_mpls.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/net/mpls/af_mpls.c +++ b/net/mpls/af_mpls.c @@ -719,9 +719,9 @@ static int mpls_nh_build_multi(struct mp rtnh = rtnh_next(rtnh, &remaining); nhs++; - } endfor_nexthops(rt); + } endfor_nexthops(rt) - rt->rt_nhn = nhs; + rt->rt_nhn = nhs; return 0; -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html