mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 14:41:31 +00:00
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>
This commit is contained in:
parent
9a6cf73a88
commit
cd3cb0d926
1 changed files with 1 additions and 1 deletions
|
@ -459,7 +459,7 @@ static inline void *fdt_getprop_w(void *fdt, int nodeoffset,
|
||||||
uint32_t fdt_get_phandle(const 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
|
* @fdt: pointer to the device tree blob
|
||||||
* @name: name of the alias th look up
|
* @name: name of the alias th look up
|
||||||
* @namelen: number of characters of name to consider
|
* @namelen: number of characters of name to consider
|
||||||
|
|
Loading…
Add table
Reference in a new issue