[U-Boot] [PATCH] dm: core: fix member name in ofnode_union documentation

Baruch Siach baruch at tkos.co.il
Thu Nov 9 11:44:28 UTC 2017


Fixes: 4984de2baaa ("dm: core: Add ofnode to represent device tree nodes")
Cc: Simon Glass <sjg at chromium.org>
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 79374b8f91aa..8b9932a569ce 100644
--- a/include/dm/ofnode.h
+++ b/include/dm/ofnode.h
@@ -45,7 +45,7 @@ struct resource;
  * the DT.
  *
  * @np: Pointer to device node, used for live tree
- * @flat_ptr: Pointer into flat device tree, used for flat tree. Note that this
+ * @of_offset: Pointer into flat device tree, used for flat tree. Note that this
  *	is not a really a pointer to a node: it is an offset value. See above.
  */
 typedef union ofnode_union {
-- 
2.14.2



More information about the U-Boot mailing list