diff mbox series

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

Message ID fa1797491ff1b42c9c4fed42abec304fb18b36e1.1510227868.git.baruch@tkos.co.il
State Accepted
Commit afc1a78a0bd5db69f72db1dfa07b4a37a54343f6
Delegated to: Simon Glass
Headers show
Series [U-Boot] dm: core: fix member name in ofnode_union documentation | expand

Commit Message

Baruch Siach Nov. 9, 2017, 11:44 a.m. UTC
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>
---
 include/dm/ofnode.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Simon Glass Nov. 10, 2017, 5:16 a.m. UTC | #1
On 9 November 2017 at 04:44, Baruch Siach <baruch@tkos.co.il> wrote:
> 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>
> ---
>  include/dm/ofnode.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Simon Glass <sjg@chromium.org>
Simon Glass Nov. 17, 2017, 3:41 p.m. UTC | #2
On 9 November 2017 at 04:44, Baruch Siach <baruch@tkos.co.il> wrote:
> 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>
> ---
>  include/dm/ofnode.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Simon Glass <sjg@chromium.org>

Applied to u-boot-dm thanks!
diff mbox series

Patch

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 {