doc: driver-model: there is no UCLASS_ETHERNET
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 26 Feb 2020 19:18:54 +0000 (20:18 +0100)
committerSimon Glass <sjg@chromium.org>
Thu, 16 Apr 2020 14:07:58 +0000 (08:07 -0600)
%s/UCLASS_ETHERNET/UCLASS_ETH/g

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
doc/driver-model/design.rst

index 5247ecc2768aedb2e78073fae4a3ccff46d35bbc..e37b51bf439c05fd7eea88da5a0ed1bed8ce5134 100644 (file)
@@ -579,7 +579,7 @@ a USB bus with several devices attached to it, each from a different (made
 up) uclass::
 
    xhci_usb (UCLASS_USB)
-      eth (UCLASS_ETHERNET)
+      eth (UCLASS_ETH)
       camera (UCLASS_CAMERA)
       flash (UCLASS_FLASH_STORAGE)