aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/PCI/MSI-HOWTO.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/PCI/MSI-HOWTO.txt')
-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