summaryrefslogtreecommitdiff
path: root/include/dm/ofnode.h
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2017-11-09 13:44:28 +0200
committerSimon Glass <sjg@chromium.org>2017-11-17 07:15:52 -0700
commitafc1a78a0bd5db69f72db1dfa07b4a37a54343f6 (patch)
tree78154c5fe8d7b6729129ed6b12f8554445cf1067 /include/dm/ofnode.h
parent9d0c5fee29c30a361309514459e88e401f292532 (diff)
dm: core: fix member name in ofnode_union documentation
Fixes: 4984de2baaa ("dm: core: Add ofnode to represent device tree nodes") Cc: Simon Glass <sjg@chromium.org> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/dm/ofnode.h')
-rw-r--r--include/dm/ofnode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dm/ofnode.h b/include/dm/ofnode.h
index 79374b8f91a..8b9932a569c 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 {