mirror of
https://xff.cz/git/u-boot/
synced 2025-09-03 09:42:22 +02:00
libfdt: fix typo on comment
Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
This commit is contained in:
committed by
Simon Glass
parent
0772a1f497
commit
4ab6a45ec7
@@ -734,7 +734,7 @@ uint32_t fdt_get_phandle(const void *fdt, int nodeoffset);
|
|||||||
/**
|
/**
|
||||||
* fdt_get_alias_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 to look up
|
||||||
* @namelen: number of characters of name to consider
|
* @namelen: number of characters of name to consider
|
||||||
*
|
*
|
||||||
* Identical to fdt_get_alias(), but only examine the first namelen
|
* Identical to fdt_get_alias(), but only examine the first namelen
|
||||||
|
Reference in New Issue
Block a user