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>
This commit is contained in:

committed by
Jesse Barnes

parent
9313ff4504
commit
ee6583f6e8
@@ -294,7 +294,7 @@ static int __devinit amd76x_init_one(struct pci_dev *pdev,
|
||||
{
|
||||
debugf0("%s()\n", __func__);
|
||||
|
||||
/* don't need to call pci_device_enable() */
|
||||
/* don't need to call pci_enable_device() */
|
||||
return amd76x_probe1(pdev, ent->driver_data);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user