Skip to content
Snippets Groups Projects
Commit afc1a78a authored by Baruch Siach's avatar Baruch Siach Committed by Simon Glass
Browse files

dm: core: fix member name in ofnode_union documentation


Fixes: 4984de2b ("dm: core: Add ofnode to represent device tree nodes")
Cc: Simon Glass <sjg@chromium.org>
Signed-off-by: default avatarBaruch Siach <baruch@tkos.co.il>
Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
parent 9d0c5fee
No related branches found
No related tags found
No related merge requests found
...@@ -45,7 +45,7 @@ struct resource; ...@@ -45,7 +45,7 @@ struct resource;
* the DT. * the DT.
* *
* @np: Pointer to device node, used for live tree * @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. * is not a really a pointer to a node: it is an offset value. See above.
*/ */
typedef union ofnode_union { typedef union ofnode_union {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment