diff options
author | Michael Witten <mfwitten@gmail.com> | 2011-07-14 17:55:05 -0400 |
---|---|---|
committer | Michael Witten <mfwitten@gmail.com> | 2011-08-02 17:34:36 -0400 |
commit | 5a84fc3162e06632ebea42cefe3b964299213d33 (patch) | |
tree | 664adf05667e15eef977584a131efae99dae2d44 /Documentation | |
parent | 6457d9b350b3f4f2098984eee016c6c994b9c096 (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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/PCI/MSI-HOWTO.txt | 2 |
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. | |||
187 | Device drivers should normally call this function once per device | 187 | Device drivers should normally call this function once per device |
188 | during the initialization phase. | 188 | during the initialization phase. |
189 | 189 | ||
190 | It is ideal if drivers can cope with a variable number of MSI-X interrupts, | 190 | It is ideal if drivers can cope with a variable number of MSI-X interrupts; |
191 | there are many reasons why the platform may not be able to provide the | 191 | there are many reasons why the platform may not be able to provide the |
192 | exact number that a driver asks for. | 192 | exact number that a driver asks for. |
193 | 193 | ||