diff mbox series

[U-Boot] ofnode: fix comment typo

Message ID 17e7d0d5f748cc1418056817981d9300f37f3484.1542544760.git.baruch@tkos.co.il
State Accepted
Commit 33810b4e7d81810a5245b342dfe6aea95150f895
Delegated to: Simon Glass
Headers show
Series [U-Boot] ofnode: fix comment typo | expand

Commit Message

Baruch Siach Nov. 18, 2018, 12:39 p.m. UTC
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 include/dm/ofnode.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Simon Glass Nov. 29, 2018, 5:42 p.m. UTC | #1
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 include/dm/ofnode.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Applied to u-boot-dm/master, thanks!
diff mbox series

Patch

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);