net: eepro100: Fix remaining checkpatch issues
authorMarek Vasut <marek.vasut+renesas@gmail.com>
Sat, 23 May 2020 11:45:41 +0000 (13:45 +0200)
committerMarek Vasut <marek.vasut+renesas@gmail.com>
Thu, 18 Jun 2020 17:34:40 +0000 (19:34 +0200)
commitb0131730795c1ff7994a008d1c68b3b9b200d213
treed366c5bb581d0f2481274dafbbb6c7e7216e0ad6
parent614e95152dd63ac5259cd99c5c90949dcc466123
net: eepro100: Fix remaining checkpatch issues

This is automated cleanup via checkpatch, no functional change.
./scripts/checkpatch.pl --show-types -f drivers/net/eepro100.c
./scripts/checkpatch.pl -f --fix --fix-inplace drivers/net/eepro100.c

This fixes all the remaining errors except a couple of comments which
are longer than 80 characters, all the volatile misuse and all the
camelcase, that needs a separate patch.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
drivers/net/eepro100.c