mirror of
https://github.com/dgibson/dtc.git
synced 2025-12-07 05:35:07 -05:00
Fix typo
Signed-off-by: François Revol <revol@free.fr>
This commit is contained in:
parent
b7aa300eee
commit
cc11e522a3
1 changed files with 1 additions and 1 deletions
|
|
@ -582,7 +582,7 @@ const char *fdt_get_alias_namelen(const void *fdt,
|
||||||
* value of the property named 'name' in the node /aliases.
|
* value of the property named 'name' in the node /aliases.
|
||||||
*
|
*
|
||||||
* returns:
|
* returns:
|
||||||
* a pointer to the expansion of the alias named 'name', of it exists
|
* a pointer to the expansion of the alias named 'name', if it exists
|
||||||
* NULL, if the given alias or the /aliases node does not exist
|
* NULL, if the given alias or the /aliases node does not exist
|
||||||
*/
|
*/
|
||||||
const char *fdt_get_alias(const void *fdt, const char *name);
|
const char *fdt_get_alias(const void *fdt, const char *name);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue