mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-05 06:08:22 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue