Commit ee6583f6e8f8dad4a53985dbabcd7c242d66a6b6

Authored by Roman Fietze
Committed by Jesse Barnes
1 parent 9313ff4504

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>

Showing 4 changed files with 4 additions and 4 deletions Side-by-side Diff

drivers/edac/amd76x_edac.c
... ... @@ -294,7 +294,7 @@
294 294 {
295 295 debugf0("%s()\n", __func__);
296 296  
297   - /* don't need to call pci_device_enable() */
  297 + /* don't need to call pci_enable_device() */
298 298 return amd76x_probe1(pdev, ent->driver_data);
299 299 }
300 300  
drivers/edac/i82443bxgx_edac.c
... ... @@ -354,7 +354,7 @@
354 354  
355 355 debugf0("MC: " __FILE__ ": %s()\n", __func__);
356 356  
357   - /* don't need to call pci_device_enable() */
  357 + /* don't need to call pci_enable_device() */
358 358 rc = i82443bxgx_edacmc_probe1(pdev, ent->driver_data);
359 359  
360 360 if (mci_pdev == NULL)
drivers/edac/r82600_edac.c
... ... @@ -354,7 +354,7 @@
354 354 {
355 355 debugf0("%s()\n", __func__);
356 356  
357   - /* don't need to call pci_device_enable() */
  357 + /* don't need to call pci_enable_device() */
358 358 return r82600_probe1(pdev, ent->driver_data);
359 359 }
360 360  
... ... @@ -1193,7 +1193,7 @@
1193 1193 * anymore. This only involves disabling PCI bus-mastering, if active.
1194 1194 *
1195 1195 * Note we don't actually disable the device until all callers of
1196   - * pci_device_enable() have called pci_device_disable().
  1196 + * pci_enable_device() have called pci_disable_device().
1197 1197 */
1198 1198 void
1199 1199 pci_disable_device(struct pci_dev *dev)