All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] ofnode: fix comment typo
@ 2018-11-18 12:39 Baruch Siach
  2018-11-29 17:42 ` sjg at google.com
  0 siblings, 1 reply; 2+ messages in thread
From: Baruch Siach @ 2018-11-18 12:39 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH] ofnode: fix comment typo
  2018-11-18 12:39 [U-Boot] [PATCH] ofnode: fix comment typo Baruch Siach
@ 2018-11-29 17:42 ` sjg at google.com
  0 siblings, 0 replies; 2+ messages in thread
From: sjg at google.com @ 2018-11-29 17:42 UTC (permalink / raw)
  To: u-boot

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!

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-11-29 17:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-18 12:39 [U-Boot] [PATCH] ofnode: fix comment typo Baruch Siach
2018-11-29 17:42 ` sjg at google.com

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.