]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
libfdt: Fix error in documentation for fdt_get_alias_namelen()
authorGerald Van Baren <vanbaren@cideas.com>
Sat, 4 Oct 2008 11:56:06 +0000 (07:56 -0400)
committerGerald Van Baren <vanbaren@cideas.com>
Sat, 4 Oct 2008 11:56:06 +0000 (07:56 -0400)
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>
Acked-by: Gerald Van Baren <vanbaren@cideas.com>
include/libfdt.h

index 7cad68c3cefc648676adf9c8c7bb1b37c2d4e54b..ce374fded10454b59bfb90cf1f4f2292afd58c17 100644 (file)
@@ -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