aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/PCI
diff options
context:
space:
mode:
authorMichael Witten <mfwitten@gmail.com>2011-07-18 12:15:00 -0400
committerMichael Witten <mfwitten@gmail.com>2011-08-02 17:34:34 -0400
commited737c1882c652f0b5a888df59895b5dc2d10cd7 (patch)
tree553a963789fdf5ed1d2c68d09ac44900da5486e1 /Documentation/PCI
parente4439236ef5ac8e51ce97d03df8ef3e6dc5c6d51 (diff)
Docs: MSI-HOWTO: Insert `that'
... as per Randy Dunlap's wishes :-P Message-Id: <20110717114023.2b4cce91.rdunlap@xenotime.net> 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.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/PCI/MSI-HOWTO.txt b/Documentation/PCI/MSI-HOWTO.txt
index 515396a3d7e3..c504f12bcc61 100644
--- a/Documentation/PCI/MSI-HOWTO.txt
+++ b/Documentation/PCI/MSI-HOWTO.txt
@@ -190,7 +190,7 @@ during the initialization phase.
190 190
191It is ideal if drivers can cope with a variable number of MSI-X interrupts, 191It is ideal if drivers can cope with a variable number of MSI-X interrupts,
192there are many reasons why the platform may not be able to provide the 192there are many reasons why the platform may not be able to provide the
193exact number a driver asks for. 193exact number that a driver asks for.
194 194
195A request loop to achieve that might look like: 195A request loop to achieve that might look like:
196 196