diff options
author | Michael Witten <mfwitten@gmail.com> | 2011-07-14 21:55:05 +0000 |
---|---|---|
committer | Michael Witten <mfwitten@gmail.com> | 2011-08-02 21:34:36 +0000 |
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 28d1ceeea65..f533bc2f283 100644 --- a/Documentation/PCI/MSI-HOWTO.txt +++ b/Documentation/PCI/MSI-HOWTO.txt @@ -187,7 +187,7 @@ number once MSI-X is enabled. Device drivers should normally call this function once per device during the initialization phase. -It is ideal if drivers can cope with a variable number of MSI-X interrupts, +It is ideal if drivers can cope with a variable number of MSI-X interrupts; there are many reasons why the platform may not be able to provide the exact number that a driver asks for. |