aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq/handle.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2017-05-14 12:03:39 -0300
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2017-05-16 08:44:21 -0300
commitc0c6e0850514c16814c37f64a9a1bcc6c52a19ab (patch)
tree69c2564215e4185ff350ae42b37f0ea70cf05741 /kernel/irq/handle.c
parentia64, scsi: update references for the device-io book (diff)
downloadlinux-dev-c0c6e0850514c16814c37f64a9a1bcc6c52a19ab.tar.xz
linux-dev-c0c6e0850514c16814c37f64a9a1bcc6c52a19ab.zip
irq: update genericirq book location
This book got converted from DocBook. Update its references to point to the current location. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'kernel/irq/handle.c')
-rw-r--r--kernel/irq/handle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/irq/handle.c b/kernel/irq/handle.c
index d3f24905852c..bbf9a7174283 100644
--- a/kernel/irq/handle.c
+++ b/kernel/irq/handle.c
@@ -6,7 +6,7 @@
*
* This file contains the core interrupt handling code.
*
- * Detailed information is available in Documentation/DocBook/genericirq
+ * Detailed information is available in Documentation/core-api/genericirq.rst
*
*/