forked from Minki/linux
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: Brian Norris <briannorris@chromium.org> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
This commit is contained in:
parent
41334f54a4
commit
0b131b1394
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user