diff options
author | Baruch Siach <baruch@tkos.co.il> | 2017-11-09 13:44:28 +0200 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2017-11-17 07:15:52 -0700 |
commit | afc1a78a0bd5db69f72db1dfa07b4a37a54343f6 (patch) | |
tree | 78154c5fe8d7b6729129ed6b12f8554445cf1067 | |
parent | 9d0c5fee29c30a361309514459e88e401f292532 (diff) | |
download | u-boot-afc1a78a0bd5db69f72db1dfa07b4a37a54343f6.zip u-boot-afc1a78a0bd5db69f72db1dfa07b4a37a54343f6.tar.gz u-boot-afc1a78a0bd5db69f72db1dfa07b4a37a54343f6.tar.bz2 |
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>
-rw-r--r-- | include/dm/ofnode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dm/ofnode.h b/include/dm/ofnode.h index 79374b8..8b9932a 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 { |