net: rtl8139: Minor cleanup of rtl_transmit()
authorMarek Vasut <marek.vasut+renesas@gmail.com>
Sun, 12 Apr 2020 20:40:45 +0000 (22:40 +0200)
committermarex <marex@desktop.lan>
Fri, 1 May 2020 10:35:21 +0000 (12:35 +0200)
commit67fdbc06be27728e41aa9682d6aaf5618d959765
tree043c770790e12f0db870a699137cc085fbc54802
parentc7a3e35d768ddc6b6d3a9a0e061bba0741deaa52
net: rtl8139: Minor cleanup of rtl_transmit()

Rename the function to rtl8139_send(), clean up the TX polling, the TX
OK condition at the end, overuse of typecasts, and various line-over-80
problems. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Joe Hershberger <joe.hershberger@ni.com>
drivers/net/rtl8139.c