diff options
Diffstat (limited to 'Documentation/pci.txt')
-rw-r--r-- | Documentation/pci.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/pci.txt b/Documentation/pci.txt index e2c9d0a0c43d..d38261b67905 100644 --- a/Documentation/pci.txt +++ b/Documentation/pci.txt | |||
@@ -373,7 +373,7 @@ E.g. clearing pending interrupts. | |||
373 | 373 | ||
374 | 3.6 Register IRQ handler | 374 | 3.6 Register IRQ handler |
375 | ~~~~~~~~~~~~~~~~~~~~~~~~ | 375 | ~~~~~~~~~~~~~~~~~~~~~~~~ |
376 | While calling request_irq() is the the last step described here, | 376 | While calling request_irq() is the last step described here, |
377 | this is often just another intermediate step to initialize a device. | 377 | this is often just another intermediate step to initialize a device. |
378 | This step can often be deferred until the device is opened for use. | 378 | This step can often be deferred until the device is opened for use. |
379 | 379 | ||