dm: pci: Fix doc typo first -> next
authorMichal Suchanek <msuchanek@suse.de>
Tue, 27 Sep 2022 21:25:24 +0000 (23:25 +0200)
committerSimon Glass <sjg@chromium.org>
Sat, 29 Oct 2022 13:36:33 +0000 (07:36 -0600)
commit1fcfadcb82a21af058baa5dea2b20883b8c388b8
tree01b1de52dfb7b29028d7d81f8b65e97c3801db47
parentd7e9de7ec1bb79261c08e7689a1856a464ee2443
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>
include/pci.h