[Crosstoolchain-logs] [device-tree-compiler] 160/198: libfdt: fix comment block of fdt_get_property_namelen()

Hector Oron zumbi at moszumanska.debian.org
Thu Dec 8 17:07:05 UTC 2016


This is an automated email from the git hooks/post-receive script.

zumbi pushed a commit to branch upstream/1.4.x
in repository device-tree-compiler.

commit 554fde2c77bd73de3f5093df3b643ce1553e1f96
Author: Masahiro Yamada <yamada.masahiro at socionext.com>
Date:   Thu Aug 27 12:12:42 2015 +0900

    libfdt: fix comment block of fdt_get_property_namelen()
    
    The statement "Identical to fdt_get_property_namelen() ..." does not
    make sense for the comment of fdt_get_property_namelen() itself.
    
    Signed-off-by: Masahiro Yamada <yamada.masahiro at socionext.com>
    Signed-off-by: David Gibson <david at gibson.dropbear.id.au>
---
 libfdt/libfdt.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libfdt/libfdt.h b/libfdt/libfdt.h
index 1054512..1bd0242 100644
--- a/libfdt/libfdt.h
+++ b/libfdt/libfdt.h
@@ -457,8 +457,8 @@ const struct fdt_property *fdt_get_property_by_offset(const void *fdt,
  * @namelen: number of characters of name to consider
  * @lenp: pointer to an integer variable (will be overwritten) or NULL
  *
- * Identical to fdt_get_property_namelen(), but only examine the first
- * namelen characters of name for matching the property name.
+ * Identical to fdt_get_property(), but only examine the first namelen
+ * characters of name for matching the property name.
  */
 const struct fdt_property *fdt_get_property_namelen(const void *fdt,
 						    int nodeoffset,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/crosstoolchain/device-tree-compiler.git



More information about the Crosstoolchain-logs mailing list