diff options
author | Roman Fietze <roman.fietze@telemotive.de> | 2010-05-18 14:45:47 +0200 |
---|---|---|
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | 2010-05-18 14:59:08 -0700 |
commit | ee6583f6e8f8dad4a53985dbabcd7c242d66a6b6 (patch) | |
tree | e9ed3553db8af0134275fe5d35d26992a0d73040 /drivers/pci | |
parent | 9313ff450400e6a2ab10fe6b9bdb12a828329410 (diff) | |
download | linux-3.10-ee6583f6e8f8dad4a53985dbabcd7c242d66a6b6.tar.gz linux-3.10-ee6583f6e8f8dad4a53985dbabcd7c242d66a6b6.tar.bz2 linux-3.10-ee6583f6e8f8dad4a53985dbabcd7c242d66a6b6.zip |
PCI: fix typos pci_device_dis/enable to pci_dis/enable_device in comments
This fixes all occurrences of pci_enable_device and pci_disable_device
in all comments. There are no code changes involved.
Signed-off-by: Roman Fietze <roman.fietze@telemotive.de>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Diffstat (limited to 'drivers/pci')
-rw-r--r-- | drivers/pci/pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c index 60fcb6f02c9..264c3f6b847 100644 --- a/drivers/pci/pci.c +++ b/drivers/pci/pci.c @@ -1193,7 +1193,7 @@ void pci_disable_enabled_device(struct pci_dev *dev) * anymore. This only involves disabling PCI bus-mastering, if active. * * Note we don't actually disable the device until all callers of - * pci_device_enable() have called pci_device_disable(). + * pci_enable_device() have called pci_disable_device(). */ void pci_disable_device(struct pci_dev *dev) |