mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
dm: pci: Fix doc typo first -> next
pci_find_first_device description says it can be used for iteration with itself but it should really be with pci_find_next_device Signed-off-by: Michal Suchanek <msuchanek@suse.de>
This commit is contained in:
parent
d7e9de7ec1
commit
1fcfadcb82
1 changed files with 1 additions and 1 deletions
|
@ -957,7 +957,7 @@ int pci_bus_find_devfn(const struct udevice *bus, pci_dev_t find_devfn,
|
|||
/**
|
||||
* pci_find_first_device() - return the first available PCI device
|
||||
*
|
||||
* This function and pci_find_first_device() allow iteration through all
|
||||
* This function and pci_find_next_device() allow iteration through all
|
||||
* available PCI devices on all buses. Assuming there are any, this will
|
||||
* return the first one.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue