Skip to content
Snippets Groups Projects
Commit cd3cb0d9 authored by Gerald Van Baren's avatar Gerald Van Baren
Browse files

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: default avatarDavid Gibson <david@gibson.dropbear.id.au>
Acked-by: default avatarGerald Van Baren <vanbaren@cideas.com>
parent 9a6cf73a
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment