Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a87487e6 authored by Mark Brown's avatar Mark Brown Committed by Grant Likely
Browse files

irqdomain: Document size parameter of irq_domain_add_linear()

parent 54a90588
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -217,6 +217,7 @@ 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 legacy revmap irq_domain.
 * @of_node: pointer to interrupt controller's device tree node.
 * @of_node: pointer to interrupt controller's device tree node.
 * @size: Number of interrupts in the domain.
 * @ops: map/unmap domain callbacks
 * @ops: map/unmap domain callbacks
 * @host_data: Controller private data pointer
 * @host_data: Controller private data pointer
 */
 */