aboutsummaryrefslogtreecommitdiff
path: root/include/dm
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2019-07-11 11:23:44 +0300
committerSimon Glass <sjg@chromium.org>2019-07-24 12:54:08 -0700
commitc026231e15fa634c6865c2f8d2317d973b4cc4b4 (patch)
treee3cbfe60c47a751a95daf19f4946596b539f6f35 /include/dm
parent867aaf6806d9518366141b332ec42af8bcf95fff (diff)
downloadu-boot-c026231e15fa634c6865c2f8d2317d973b4cc4b4.zip
u-boot-c026231e15fa634c6865c2f8d2317d973b4cc4b4.tar.gz
u-boot-c026231e15fa634c6865c2f8d2317d973b4cc4b4.tar.bz2
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>
Diffstat (limited to 'include/dm')
-rw-r--r--include/dm/uclass.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dm/uclass.h b/include/dm/uclass.h
index 1bc62d5..484d166 100644
--- a/include/dm/uclass.h
+++ b/include/dm/uclass.h
@@ -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