]> git.karo-electronics.de Git - linux-beck.git/commitdiff
Docs: MSI-HOWTO: Use the subjunctive, and change `can' to `may'
authorMichael Witten <mfwitten@gmail.com>
Thu, 14 Jul 2011 17:53:54 +0000 (17:53 +0000)
committerMichael Witten <mfwitten@gmail.com>
Tue, 2 Aug 2011 21:34:30 +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 3f5e0b09bed5b29efe2493a3c05857e8c7a56901..43ffff1b56181dd5b5ae2a4d3e30e2c6f35db7b8 100644 (file)
@@ -45,7 +45,7 @@ arrived in memory (this becomes more likely with devices behind PCI-PCI
 bridges).  In order to ensure that all the data has arrived in memory,
 the interrupt handler must read a register on the device which raised
 the interrupt.  PCI transaction ordering rules require that all the data
-arrives in memory before the value can be returned from the register.
+arrive in memory before the value may be returned from the register.
 Using MSIs avoids this problem as the interrupt-generating write cannot
 pass the data writes, so by the time the interrupt is raised, the driver
 knows that all the data has arrived in memory.