mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 21:21:37 +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
|
* 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
|
* @return name of node
|
||||||
*/
|
*/
|
||||||
const char *dev_read_name(struct udevice *dev);
|
const char *dev_read_name(struct udevice *dev);
|
||||||
|
|
Loading…
Add table
Reference in a new issue