aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorDong Aisheng <dong.aisheng@linaro.org>2012-06-20 05:00:30 -0400
committerGrant Likely <grant.likely@secretlab.ca>2012-07-11 10:07:27 -0400
commit22076c7712be29a602de45b1c573f31adbd428a9 (patch)
tree391b8b9c6780dc2b4de97b3a3957138aaa3cd16d /kernel
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')
-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 0c51958c6335..622fdf4b82b6 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,
248EXPORT_SYMBOL_GPL(irq_domain_add_legacy); 248EXPORT_SYMBOL_GPL(irq_domain_add_legacy);
249 249
250/** 250/**
251 * irq_domain_add_linear() - Allocate and register a legacy revmap irq_domain. 251 * irq_domain_add_linear() - Allocate and register a linear revmap irq_domain.
252 * @of_node: pointer to interrupt controller's device tree node. 252 * @of_node: pointer to interrupt controller's device tree node.
253 * @size: Number of interrupts in the domain. 253 * @size: Number of interrupts in the domain.
254 * @ops: map/unmap domain callbacks 254 * @ops: map/unmap domain callbacks