aboutsummaryrefslogtreecommitdiff
path: root/kernel/irq
diff options
context:
space:
mode:
authorDong Aisheng <dong.aisheng@linaro.org>2012-06-20 17:00:30 +0800
committerGrant Likely <grant.likely@secretlab.ca>2012-07-11 15:07:27 +0100
commit22076c7712be29a602de45b1c573f31adbd428a9 (patch)
tree391b8b9c6780dc2b4de97b3a3957138aaa3cd16d /kernel/irq
parent781d0f46d81e2c26c70649903b503bcfe817efc8 (diff)
irq_domain: correct a minor wrong comment for linear revmap
The revmap type should be linear for irq_domain_add_linear function. Signed-off-by: Dong Aisheng <dong.aisheng@linaro.org> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'kernel/irq')
-rw-r--r--kernel/irq/irqdomain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/irq/irqdomain.c b/kernel/irq/irqdomain.c
index 0c51958c633..622fdf4b82b 100644
--- a/kernel/irq/irqdomain.c
+++ b/kernel/irq/irqdomain.c
@@ -248,7 +248,7 @@ struct irq_domain *irq_domain_add_legacy(struct device_node *of_node,
EXPORT_SYMBOL_GPL(irq_domain_add_legacy);
/**
- * irq_domain_add_linear() - Allocate and register a legacy revmap irq_domain.
+ * irq_domain_add_linear() - Allocate and register a linear revmap irq_domain.
* @of_node: pointer to interrupt controller's device tree node.
* @size: Number of interrupts in the domain.
* @ops: map/unmap domain callbacks