aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Witten <mfwitten@gmail.com>2011-07-14 17:55:05 -0400
committerMichael Witten <mfwitten@gmail.com>2011-08-02 17:34:36 -0400
commit5a84fc3162e06632ebea42cefe3b964299213d33 (patch)
tree664adf05667e15eef977584a131efae99dae2d44
parent6457d9b350b3f4f2098984eee016c6c994b9c096 (diff)
Docs: MSI-HOWTO: , -> ;
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>
-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 28d1ceeea655..f533bc2f283c 100644
--- a/Documentation/PCI/MSI-HOWTO.txt
+++ b/Documentation/PCI/MSI-HOWTO.txt
@@ -187,7 +187,7 @@ number once MSI-X is enabled.
187Device drivers should normally call this function once per device 187Device drivers should normally call this function once per device
188during the initialization phase. 188during the initialization phase.
189 189
190It is ideal if drivers can cope with a variable number of MSI-X interrupts, 190It is ideal if drivers can cope with a variable number of MSI-X interrupts;
191there are many reasons why the platform may not be able to provide the 191there are many reasons why the platform may not be able to provide the
192exact number that a driver asks for. 192exact number that a driver asks for.
193 193