projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8244127
)
ofnode: fix comment typo
author
Baruch Siach
<baruch@tkos.co.il>
Sun, 18 Nov 2018 12:39:20 +0000
(14:39 +0200)
committer
Simon Glass
<sjg@chromium.org>
Thu, 29 Nov 2018 16:30:06 +0000
(09:30 -0700)
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
include/dm/ofnode.h
patch
|
blob
|
history
diff --git
a/include/dm/ofnode.h
b/include/dm/ofnode.h
index 92539b8b5f2513a989566de44733bbdfe45ae4d8..d206ee2caab72a07f5fdebdb3643b0b17a7219d5 100644
(file)
--- a/
include/dm/ofnode.h
+++ b/
include/dm/ofnode.h
@@
-333,7
+333,7
@@
ofnode ofnode_get_parent(ofnode node);
* ofnode_get_name() - get the name of a node
*
* @node: valid node to look up
- * @return name o
r
node
+ * @return name o
f
node
*/
const char *ofnode_get_name(ofnode node);