diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-05-14 10:50:11 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-05-16 07:44:19 -0400 |
commit | ff41c41943de489ccb12d064faae1e32265f7d56 (patch) | |
tree | 655c01ff8ca0b51992d712d1145ac038ea1d4be1 /Documentation/PCI | |
parent | cb43fb5775dffb36416067be87327966200ee3b6 (diff) |
docs: update old references for DocBook from the documentation
DocBook is mentioned several times at the documentation. Update
the obsolete references from it at the DocBook.
Acked-by: SeongJae Park <sj38.park@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/PCI')
-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 1e37138027a3..618e13d5e276 100644 --- a/Documentation/PCI/MSI-HOWTO.txt +++ b/Documentation/PCI/MSI-HOWTO.txt | |||
@@ -186,7 +186,7 @@ must disable interrupts while the lock is held. If the device sends | |||
186 | a different interrupt, the driver will deadlock trying to recursively | 186 | a different interrupt, the driver will deadlock trying to recursively |
187 | acquire the spinlock. Such deadlocks can be avoided by using | 187 | acquire the spinlock. Such deadlocks can be avoided by using |
188 | spin_lock_irqsave() or spin_lock_irq() which disable local interrupts | 188 | spin_lock_irqsave() or spin_lock_irq() which disable local interrupts |
189 | and acquire the lock (see Documentation/DocBook/kernel-locking). | 189 | and acquire the lock (see Documentation/kernel-hacking/locking.rst). |
190 | 190 | ||
191 | 4.5 How to tell whether MSI/MSI-X is enabled on a device | 191 | 4.5 How to tell whether MSI/MSI-X is enabled on a device |
192 | 192 | ||