]> git.sur5r.net Git - u-boot/blobdiff - include/dm/uclass.h
usb: dwc3: Add DWC3 controller driver support
[u-boot] / include / dm / uclass.h
index 66e0ea509c99718e825a5324d6269d10b69c6e2b..4cfc0df84c21bac942c633279ea358e968527f53 100644 (file)
@@ -132,7 +132,7 @@ int uclass_get_device(enum uclass_id id, int index, struct udevice **devp);
 /**
  * uclass_get_device_by_name() - Get a uclass device by it's name
  *
- * This searches the devices in the uclass for one with the given name.
+ * This searches the devices in the uclass for one with the exactly given name.
  *
  * The device is probed to activate it ready for use.
  *