aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-02-19 23:52:55 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-02-19 23:52:55 +0000
commitfbc0ee0770902d86ce33299db5c9a2f88582f27d (patch)
tree3ac3a617230fcd1ebb1136c893000c5f418fb14a
parentcc9c900fc369ba93dc05651917defdf2a2a6993f (diff)
parent554fde2c77bd73de3f5093df3b643ce1553e1f96 (diff)
downloaddtc-fbc0ee0770902d86ce33299db5c9a2f88582f27d.tar.gz
libfdt: fix comment block of fdt_get_property_namelen()
am: 554fde2c77 * commit '554fde2c77bd73de3f5093df3b643ce1553e1f96': libfdt: fix comment block of fdt_get_property_namelen()
-rw-r--r--libfdt/libfdt.h4
1 files 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,