mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
dm: Fix parameter description of dev_read_name()
The comments of dev_read_name() wrongly describe "node" as its parameter. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
163512122e
commit
15d61d04b4
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ fdt_addr_t dev_read_addr_size(struct udevice *dev, const char *propname,
|
|||
/**
|
||||
* dev_read_name() - get the name of a device's node
|
||||
*
|
||||
* @node: valid node to look up
|
||||
* @dev: Device to read from
|
||||
* @return name of node
|
||||
*/
|
||||
const char *dev_read_name(struct udevice *dev);
|
||||
|
|
Loading…
Reference in a new issue