From a4183584802ec3403abde8052dc808801430332c Mon Sep 17 00:00:00 2001 From: Octav Zlatior Date: Wed, 1 Jul 2015 12:24:18 +0200 Subject: dm: Fixes an inconsistency in device.h comments Signed-off-by: Octav Zlatior --- include/dm/device.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3