aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/IRQ-domain.txt
diff options
context:
space:
mode:
authorXishi Qiu <qiuxishi@huawei.com>2013-11-06 16:18:19 -0500
committerJiri Kosina <jkosina@suse.cz>2013-12-02 08:48:28 -0500
commitd9a6ed1fa43859a5eb94725b6c9565f8cbd113ab (patch)
tree50b42f78569760cc2bb15cb96ba958adf7c524e5 /Documentation/IRQ-domain.txt
parentff18dd8f1c7579d8b013705877c9bf4260770822 (diff)
doc: fix some typos
Fix some typos in three documentations. Signed-off-by: Xishi Qiu <qiuxishi@huawei.com> Acked-by: Rob Landley <rob@landley.net> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/IRQ-domain.txt')
-rw-r--r--Documentation/IRQ-domain.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/IRQ-domain.txt b/Documentation/IRQ-domain.txt
index 9bc95942ec22..03df71aeb38c 100644
--- a/Documentation/IRQ-domain.txt
+++ b/Documentation/IRQ-domain.txt
@@ -141,7 +141,7 @@ will use a legacy domain only if an IRQ range is supplied by the
141system and will otherwise use a linear domain mapping. The semantics 141system and will otherwise use a linear domain mapping. The semantics
142of this call are such that if an IRQ range is specified then 142of this call are such that if an IRQ range is specified then
143descriptors will be allocated on-the-fly for it, and if no range is 143descriptors will be allocated on-the-fly for it, and if no range is
144specified it will fall through to irq_domain_add_linear() which meand 144specified it will fall through to irq_domain_add_linear() which means
145*no* irq descriptors will be allocated. 145*no* irq descriptors will be allocated.
146 146
147A typical use case for simple domains is where an irqchip provider 147A typical use case for simple domains is where an irqchip provider