From: Baruch Siach Date: Thu, 9 Nov 2017 11:44:28 +0000 (+0200) Subject: dm: core: fix member name in ofnode_union documentation X-Git-Url: http://git.ipfire.org/?p=people%2Fms%2Fu-boot.git;a=commitdiff_plain;h=afc1a78a0bd5db69f72db1dfa07b4a37a54343f6 dm: core: fix member name in ofnode_union documentation Fixes: 4984de2baaa ("dm: core: Add ofnode to represent device tree nodes") Cc: Simon Glass Signed-off-by: Baruch Siach Reviewed-by: Simon Glass --- diff --git a/include/dm/ofnode.h b/include/dm/ofnode.h index 79374b8f91..8b9932a569 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 {