]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit4e13447f3824a65e831e7cc0863f81e57df76404
tree9333689a83864264808daa8b7dbb1a38e1114c41
parent56b3e891f678adc27c5c4e19bfc002ced929fa56
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