2
0
mirror of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-09-04 20:19:47 +08:00

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>
This commit is contained in:
Michael Witten 2011-07-14 20:03:28 +00:00
parent 4979de6efb
commit a2d4d50128

View File

@ -117,7 +117,7 @@ been allocated. In neither case is the irq value updated or the device
switched into MSI mode. switched into MSI mode.
The device driver must decide what action to take if 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 Some devices can make use of fewer interrupts than the maximum they
request; in this case the driver should call pci_enable_msi_block() request; in this case the driver should call pci_enable_msi_block()
again. Note that it is not guaranteed to succeed, even when the again. Note that it is not guaranteed to succeed, even when the