net: sun8i_emac: Fix overlong lines
authorAndre Przywara <andre.przywara@arm.com>
Mon, 6 Jul 2020 00:40:41 +0000 (01:40 +0100)
committerJagan Teki <jagan@amarulasolutions.com>
Wed, 21 Oct 2020 18:14:40 +0000 (23:44 +0530)
commit09501ff32eee22469daf9279a46bb3b9a1fe7625
tree9333689a83864264808daa8b7dbb1a38e1114c41
parent8c274ec0924e81f60f154a17465f48dccbae3639
net: sun8i_emac: Fix overlong lines

When iterating over all RX/TX buffers, we were using a rather long "idx"
control variable, which lead to a nasty overlong line.

Replace "idx" with "i" to avoid this.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Acked-by: Maxime Ripard <mripard@kernel.org>
Tested-by: Amit Singh Tomar <amittomer25@gmail.com> # Pine64+
Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
drivers/net/sun8i_emac.c