diff options
author | Dave Kleikamp <shaggy@kleikamp.(none)> | 2005-05-04 16:43:30 -0500 |
---|---|---|
committer | Dave Kleikamp <shaggy@kleikamp.(none)> | 2005-05-04 16:43:30 -0500 |
commit | ddf3e298b33f3e15a2e6272e0146dfa940c89a74 (patch) | |
tree | cd474d1eca4f337958e97a09dcb0974b1f8aba82 /drivers/pci/msi.c | |
parent | 7a694ca74958b97ae2d437c8a730bddd9e9792c3 (diff) | |
parent | 1d42a0ecf478962e8aede355a0be41365c117ff0 (diff) | |
download | talos-op-linux-ddf3e298b33f3e15a2e6272e0146dfa940c89a74.tar.gz talos-op-linux-ddf3e298b33f3e15a2e6272e0146dfa940c89a74.zip |
Merge with /home/shaggy/git/linus-clean/
Diffstat (limited to 'drivers/pci/msi.c')
-rw-r--r-- | drivers/pci/msi.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/pci/msi.c b/drivers/pci/msi.c index 22ecd3b058be..30206ac43c44 100644 --- a/drivers/pci/msi.c +++ b/drivers/pci/msi.c @@ -522,7 +522,7 @@ void pci_scan_msi_device(struct pci_dev *dev) * msi_capability_init - configure device's MSI capability structure * @dev: pointer to the pci_dev data structure of MSI device function * - * Setup the MSI capability structure of device funtion with a single + * Setup the MSI capability structure of device function with a single * MSI vector, regardless of device function is capable of handling * multiple messages. A return of zero indicates the successful setup * of an entry zero with the new MSI vector or non-zero for otherwise. @@ -599,7 +599,7 @@ static int msi_capability_init(struct pci_dev *dev) * msix_capability_init - configure device's MSI-X capability * @dev: pointer to the pci_dev data structure of MSI-X device function * - * Setup the MSI-X capability structure of device funtion with a + * Setup the MSI-X capability structure of device function with a * single MSI-X vector. A return of zero indicates the successful setup of * requested MSI-X entries with allocated vectors or non-zero for otherwise. **/ @@ -1074,7 +1074,7 @@ void pci_disable_msix(struct pci_dev* dev) * msi_remove_pci_irq_vectors - reclaim MSI(X) vectors to unused state * @dev: pointer to the pci_dev data structure of MSI(X) device function * - * Being called during hotplug remove, from which the device funciton + * Being called during hotplug remove, from which the device function * is hot-removed. All previous assigned MSI/MSI-X vectors, if * allocated for this device function, are reclaimed to unused state, * which may be used later on. |