On Sat, 12 Sep 2020 at 18:28, Sean Anderson <[email protected]> wrote: > > The name of the device we are working on is `ethdev` and not just `dev`. > > Signed-off-by: Sean Anderson <[email protected]> > --- > > net/mdio-uclass.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass <[email protected]> BTW I really like using 'dev' for the struct udevice if there is only one, and other names for other things (e.g. edev for Ethernet, udev for USB).

