diff options
author | Roman Fietze <roman.fietze@telemotive.de> | 2010-05-18 08:45:47 -0400 |
---|---|---|
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | 2010-05-18 17:59:08 -0400 |
commit | ee6583f6e8f8dad4a53985dbabcd7c242d66a6b6 (patch) | |
tree | e9ed3553db8af0134275fe5d35d26992a0d73040 /drivers/edac/amd76x_edac.c | |
parent | 9313ff450400e6a2ab10fe6b9bdb12a828329410 (diff) |
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/edac/amd76x_edac.c')
-rw-r--r-- | drivers/edac/amd76x_edac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/edac/amd76x_edac.c b/drivers/edac/amd76x_edac.c index f2330f81cb5e..cace0a7b707a 100644 --- a/drivers/edac/amd76x_edac.c +++ b/drivers/edac/amd76x_edac.c | |||
@@ -294,7 +294,7 @@ static int __devinit amd76x_init_one(struct pci_dev *pdev, | |||
294 | { | 294 | { |
295 | debugf0("%s()\n", __func__); | 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 | return amd76x_probe1(pdev, ent->driver_data); | 298 | return amd76x_probe1(pdev, ent->driver_data); |
299 | } | 299 | } |
300 | 300 | ||