irq: update genericirq book location
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Sun, 14 May 2017 15:03:39 +0000 (12:03 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 16 May 2017 11:44:21 +0000 (08:44 -0300)
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>
kernel/irq/chip.c
kernel/irq/handle.c
kernel/irq/irqdesc.c

index 686be4b73018886d5b676d99cc5f5645cf408259..4188a0a7691f826f7216050e7891e93286a24d50 100644 (file)
@@ -7,7 +7,7 @@
  * This file contains the core interrupt handling code, for irq-chip
  * based architectures.
  *
- * Detailed information is available in Documentation/DocBook/genericirq
+ * Detailed information is available in Documentation/core-api/genericirq.rst
  */
 
 #include <linux/irq.h>
index d3f24905852c9e5068e53760034decefde63bd14..bbf9a7174283816073a636f2ccc83d3ada357d8c 100644 (file)
@@ -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
  *
  */
 
index 00bb0aeea1d0b52ae5983aac8f7b039913bc9d45..22e443133987241dc652d50a151ddf31ead24d7a 100644 (file)
@@ -4,7 +4,7 @@
  *
  * This file contains the interrupt descriptor management code
  *
- * Detailed information is available in Documentation/DocBook/genericirq
+ * Detailed information is available in Documentation/core-api/genericirq.rst
  *
  */
 #include <linux/irq.h>