mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
dm: uclass: fix comment copy/paste error
The uclass_next_device() routine continues a previously started device iteration. Change the description that is copied from uclass_first_device(). Signed-off-by: Baruch Siach <baruch@tkos.co.il> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
867aaf6806
commit
c026231e15
1 changed files with 1 additions and 1 deletions
|
@ -297,7 +297,7 @@ int uclass_first_device_err(enum uclass_id id, struct udevice **devp);
|
|||
*
|
||||
* The device returned is probed if necessary, and ready for use
|
||||
*
|
||||
* This function is useful to start iterating through a list of devices which
|
||||
* This function is useful to iterate through a list of devices which
|
||||
* are functioning correctly and can be probed.
|
||||
*
|
||||
* @devp: On entry, pointer to device to lookup. On exit, returns pointer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue