commit | 4ab675eaa67a71bdf4a043adf5eda99fc0a72742 | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@arm.com> | Mon Jul 06 01:40:41 2020 +0100 |
committer | Jagan Teki <jagan@amarulasolutions.com> | Wed Oct 21 23:44:40 2020 +0530 |
tree | 9333689a83864264808daa8b7dbb1a38e1114c41 | |
parent | 2e7dd262f6770df46d10455137ecdebd32e975bd [diff] |
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>