summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2017-05-14 14:40:07 -0400
committerJonathan Corbet <corbet@lwn.net>2017-07-14 15:51:42 -0400
commite7225dc8705a59e102ce31037e35a8cb6fe4056c (patch)
tree85d31c13563a516078a8870138e20600a05796cf
parentb4282c79204b086276f4278568994f7e1ee449ca (diff)
IRQ.txt: add a markup for its title
This simple document only needs a markup for its title to be using the standard we're adopting for text documents. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r--Documentation/IRQ.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/IRQ.txt b/Documentation/IRQ.txt
index 1011e7175021..4273806a606b 100644
--- a/Documentation/IRQ.txt
+++ b/Documentation/IRQ.txt
@@ -1,4 +1,6 @@
1===============
1What is an IRQ? 2What is an IRQ?
3===============
2 4
3An IRQ is an interrupt request from a device. 5An IRQ is an interrupt request from a device.
4Currently they can come in over a pin, or over a packet. 6Currently they can come in over a pin, or over a packet.