Skip to content

Commit ef4cb70

Browse files
andy-shevKAGA-KOKO
authored andcommitted
genirq/irq_sim: Fix typos in kernel doc (fnode -> fwnode)
Fix typos in kernel doc, otherwise validation script complains: .../irq_sim.c:170: warning: Function parameter or member 'fwnode' not described in 'irq_domain_create_sim' .../irq_sim.c:170: warning: Excess function parameter 'fnode' description in 'irq_domain_create_sim' .../irq_sim.c:240: warning: Function parameter or member 'fwnode' not described in 'devm_irq_domain_create_sim' .../irq_sim.c:240: warning: Excess function parameter 'fnode' description in 'devm_irq_domain_create_sim' Signed-off-by: Andy Shevchenko <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 1e28eed commit ef4cb70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kernel/irq/irq_sim.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ static const struct irq_domain_ops irq_sim_domain_ops = {
159159
* irq_domain_create_sim - Create a new interrupt simulator irq_domain and
160160
* allocate a range of dummy interrupts.
161161
*
162-
* @fnode: struct fwnode_handle to be associated with this domain.
162+
* @fwnode: struct fwnode_handle to be associated with this domain.
163163
* @num_irqs: Number of interrupts to allocate.
164164
*
165165
* On success: return a new irq_domain object.
@@ -228,7 +228,7 @@ static void devm_irq_domain_release_sim(struct device *dev, void *res)
228228
* a managed device.
229229
*
230230
* @dev: Device to initialize the simulator object for.
231-
* @fnode: struct fwnode_handle to be associated with this domain.
231+
* @fwnode: struct fwnode_handle to be associated with this domain.
232232
* @num_irqs: Number of interrupts to allocate
233233
*
234234
* On success: return a new irq_domain object.

0 commit comments

Comments
 (0)