diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-05-14 14:40:07 -0400 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-07-14 15:51:42 -0400 |
commit | e7225dc8705a59e102ce31037e35a8cb6fe4056c (patch) | |
tree | 85d31c13563a516078a8870138e20600a05796cf | |
parent | b4282c79204b086276f4278568994f7e1ee449ca (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.txt | 2 |
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 | =============== | ||
1 | What is an IRQ? | 2 | What is an IRQ? |
3 | =============== | ||
2 | 4 | ||
3 | An IRQ is an interrupt request from a device. | 5 | An IRQ is an interrupt request from a device. |
4 | Currently they can come in over a pin, or over a packet. | 6 | Currently they can come in over a pin, or over a packet. |