From: David Ahern <dsah...@kernel.org> Date: Wed, 5 Jun 2019 16:15:05 -0700
> + for (i = 0; i < nhg->num_nh; ++i) { Please "i++" here, it's more canonical.
From: David Ahern <dsah...@kernel.org> Date: Wed, 5 Jun 2019 16:15:05 -0700
> + for (i = 0; i < nhg->num_nh; ++i) { Please "i++" here, it's more canonical.