提交 afc1a78a 编写于 作者: B Baruch Siach 提交者: Simon Glass

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: NBaruch Siach <baruch@tkos.co.il>
Reviewed-by: NSimon Glass <sjg@chromium.org>
上级 9d0c5fee
...@@ -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 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册