[U-Boot] [PATCH] ofnode: fix comment typo
Baruch Siach
baruch at tkos.co.il
Sun Nov 18 12:39:20 UTC 2018
Signed-off-by: Baruch Siach <baruch at tkos.co.il>
---
include/dm/ofnode.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/dm/ofnode.h b/include/dm/ofnode.h
index 2fc9fa39a356..3d3b8dd93c40 100644
--- a/include/dm/ofnode.h
+++ b/include/dm/ofnode.h
@@ -323,7 +323,7 @@ ofnode ofnode_get_parent(ofnode node);
* ofnode_get_name() - get the name of a node
*
* @node: valid node to look up
- * @return name or node
+ * @return name of node
*/
const char *ofnode_get_name(ofnode node);
--
2.19.1
More information about the U-Boot
mailing list