Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0b131b13 authored by Brian Norris's avatar Brian Norris Committed by Bjorn Helgaas
Browse files

PCI: Fix typo pci_cfg_access_lock() comment



There is no pci_cfg_access_unlocked(). I think the author meant
pci_cfg_access_unlock().

Signed-off-by: default avatarBrian Norris <briannorris@chromium.org>
Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
parent 41334f54
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -629,7 +629,7 @@ void pci_vpd_release(struct pci_dev *dev)
 *
 * When access is locked, any userspace reads or writes to config
 * space and concurrent lock requests will sleep until access is
 * allowed via pci_cfg_access_unlocked again.
 * allowed via pci_cfg_access_unlock() again.
 */
void pci_cfg_access_lock(struct pci_dev *dev)
{