Docs: MSI-HOWTO: `asked for' -> `requested'
authorMichael Witten <mfwitten@gmail.com>
Thu, 14 Jul 2011 20:03:28 +0000 (20:03 +0000)
committerMichael Witten <mfwitten@gmail.com>
Tue, 2 Aug 2011 21:34:31 +0000 (21:34 +0000)
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>
Documentation/PCI/MSI-HOWTO.txt

index 13f3a99..867ed03 100644 (file)
@@ -117,7 +117,7 @@ been allocated.  In neither case is the irq value updated or the device
 switched into MSI mode.
 
 The device driver must decide what action to take if
 switched into MSI mode.
 
 The device driver must decide what action to take if
-pci_enable_msi_block() returns a value less than the number asked for.
+pci_enable_msi_block() returns a value less than the number requested.
 Some devices can make use of fewer interrupts than the maximum they
 request; in this case the driver should call pci_enable_msi_block()
 again.  Note that it is not guaranteed to succeed, even when the
 Some devices can make use of fewer interrupts than the maximum they
 request; in this case the driver should call pci_enable_msi_block()
 again.  Note that it is not guaranteed to succeed, even when the