Skip to content

Commit

Permalink
irq_domain: correct a minor wrong comment for linear revmap
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Dong Aisheng authored and Grant Likely committed Jul 11, 2012
1 parent 781d0f4 commit 22076c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/irq/irqdomain.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 22076c7

Please sign in to comment.