summaryrefslogtreecommitdiff
path: root/libfdt
diff options
context:
space:
mode:
authorDavid Gibson <david@gibson.dropbear.id.au>2009-01-05 12:46:00 +1100
committerJon Loeliger <jdl@example.com>2009-01-07 09:43:23 -0600
commit75bdd849dc3083038113791c4050746999d60989 (patch)
tree18f08504e8f5b1c2aac5a80a5fca09790ff92e6d /libfdt
parent6272182b417a903a6b5c0d5d6a470957e919d8f4 (diff)
downloaddtc-75bdd849dc3083038113791c4050746999d60989.tar.gz
libfdt: Fix error in documentation for fdt_get_alias_namelen()
Oops, screwed up the function name in the documenting comment for this function. Trivial correction in this patch. Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'libfdt')
-rw-r--r--libfdt/libfdt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libfdt/libfdt.h b/libfdt/libfdt.h
index a11bbf3..4a95e11 100644
--- a/libfdt/libfdt.h
+++ b/libfdt/libfdt.h
@@ -459,7 +459,7 @@ static inline void *fdt_getprop_w(void *fdt, int nodeoffset,
uint32_t fdt_get_phandle(const void *fdt, int nodeoffset);
/**
- * fdt_get_namelen - get alias based on substring
+ * fdt_get_alias_namelen - get alias based on substring
* @fdt: pointer to the device tree blob
* @name: name of the alias th look up
* @namelen: number of characters of name to consider