Commit cd3cb0d9269d155276b00207e3816a9347fd1c92

Authored by Gerald Van Baren
1 parent 9a6cf73a88

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>
Acked-by: Gerald Van Baren <vanbaren@cideas.com>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -459,7 +459,7 @@
459 459 uint32_t fdt_get_phandle(const void *fdt, int nodeoffset);
460 460  
461 461 /**
462   - * fdt_get_namelen - get alias based on substring
  462 + * fdt_get_alias_namelen - get alias based on substring
463 463 * @fdt: pointer to the device tree blob
464 464 * @name: name of the alias th look up
465 465 * @namelen: number of characters of name to consider