diff options
author | Michael Witten <mfwitten@gmail.com> | 2011-07-14 16:03:28 -0400 |
---|---|---|
committer | Michael Witten <mfwitten@gmail.com> | 2011-08-02 17:34:31 -0400 |
commit | a2d4d50128279c67d4cf38061206cddc1fc37e75 (patch) | |
tree | 56c15f9e120a4b9cfe1f25083d78faed6a589a7b /Documentation/PCI | |
parent | 4979de6efb5553505a595eadc1cf7c386ca1ddc6 (diff) |
Docs: MSI-HOWTO: `asked for' -> `requested'
Signed-off-by: Michael Witten <mfwitten@gmail.com>
Acked-by: Matthew Wilcox <matthew.r.wilcox@intel.com>
Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Diffstat (limited to 'Documentation/PCI')
-rw-r--r-- | Documentation/PCI/MSI-HOWTO.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/PCI/MSI-HOWTO.txt b/Documentation/PCI/MSI-HOWTO.txt index 13f3a9930ad5..867ed0351106 100644 --- a/Documentation/PCI/MSI-HOWTO.txt +++ b/Documentation/PCI/MSI-HOWTO.txt | |||
@@ -117,7 +117,7 @@ been allocated. In neither case is the irq value updated or the device | |||
117 | switched into MSI mode. | 117 | switched into MSI mode. |
118 | 118 | ||
119 | The device driver must decide what action to take if | 119 | The device driver must decide what action to take if |
120 | pci_enable_msi_block() returns a value less than the number asked for. | 120 | pci_enable_msi_block() returns a value less than the number requested. |
121 | Some devices can make use of fewer interrupts than the maximum they | 121 | Some devices can make use of fewer interrupts than the maximum they |
122 | request; in this case the driver should call pci_enable_msi_block() | 122 | request; in this case the driver should call pci_enable_msi_block() |
123 | again. Note that it is not guaranteed to succeed, even when the | 123 | again. Note that it is not guaranteed to succeed, even when the |