[U-Boot] [PATCH] ofnode: fix comment typo

18 Nov
2018
18 Nov
'18
1:39 p.m.
Signed-off-by: Baruch Siach baruch@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

29 Nov
29 Nov
6:42 p.m.
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!
2354
Age (days ago)
2365
Last active (days ago)
1 comments
2 participants
participants (2)
-
Baruch Siach
-
sjg@google.com