summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOctav Zlatior <octav.zlatior@theobroma-systems.com>2015-07-01 12:24:18 +0200
committerKlaus Goger <klaus.goger@theobroma-systems.com>2015-07-30 18:44:08 +0200
commita4183584802ec3403abde8052dc808801430332c (patch)
tree379bd319937d1a308e0b809dfb3a62f76cc8c049
parent5480c3ee3756bc9258a46202fc4bff697768cc08 (diff)
dm: Fixes an inconsistency in device.h comments
Signed-off-by: Octav Zlatior <octav.zlatior@theobroma-systems.com>
-rw-r--r--include/dm/device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dm/device.h b/include/dm/device.h
index 18296bb686..1b7a5984cc 100644
--- a/include/dm/device.h
+++ b/include/dm/device.h
@@ -399,7 +399,7 @@ int device_get_child_by_of_offset(struct udevice *parent, int seq,
int device_find_first_child(struct udevice *parent, struct udevice **devp);
/**
- * device_find_first_child() - Find the first child of a device
+ * device_find_next_child() - Find the next child of parent device
*
* @devp: Pointer to previous child device on entry. Returns pointer to next
* child device, or NULL if none