All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 1/2] irq_domain: correct a minor wrong comment for linear revmap
@ 2012-06-20  9:00 ` Dong Aisheng
  0 siblings, 0 replies; 12+ messages in thread
From: Dong Aisheng @ 2012-06-20  9:00 UTC (permalink / raw)
  To: linux-kernel; +Cc: linux-arm-kernel, grant.likely, tglx, benh

From: Dong Aisheng <dong.aisheng@linaro.org>

The revmap type should be linear for irq_domain_add_linear function.

Signed-off-by: Dong Aisheng <dong.aisheng@linaro.org>
---
 kernel/irq/irqdomain.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/kernel/irq/irqdomain.c b/kernel/irq/irqdomain.c
index 3e4ea85..cb83554 100644
--- a/kernel/irq/irqdomain.c
+++ b/kernel/irq/irqdomain.c
@@ -219,7 +219,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
-- 
1.7.0.4



^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2012-07-12  3:36 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-20  9:00 [RFC PATCH 1/2] irq_domain: correct a minor wrong comment for linear revmap Dong Aisheng
2012-06-20  9:00 ` Dong Aisheng
2012-06-20  9:00 ` [RFC PATCH 2/2] irq: add irq_desc_initialize to remove some duplicated lines Dong Aisheng
2012-06-20  9:00   ` Dong Aisheng
2012-07-06  9:18   ` Dong Aisheng
2012-07-06  9:18     ` Dong Aisheng
2012-07-11 22:19   ` Thomas Gleixner
2012-07-11 22:19     ` Thomas Gleixner
2012-07-12  3:26     ` Dong Aisheng
2012-07-12  3:26       ` Dong Aisheng
2012-07-11 14:07 ` [RFC PATCH 1/2] irq_domain: correct a minor wrong comment for linear revmap Grant Likely
2012-07-11 14:07   ` Grant Likely

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.