Skip to content

Commit b8419e7

Browse files
ffainelliMarc Zyngier
authored andcommitted
irqchip: Fix kernel-doc parameter typo for IRQCHIP_DECLARE
The documentation refers to "compstr" when we have the parameter named "compat", fix the typo. Signed-off-by: Florian Fainelli <[email protected]> Signed-off-by: Marc Zyngier <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent c40ef4c commit b8419e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/irqchip.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ extern of_irq_init_cb_t typecheck_irq_init_cb;
3030
*
3131
* @name: name that must be unique across all IRQCHIP_DECLARE of the
3232
* same file.
33-
* @compstr: compatible string of the irqchip driver
33+
* @compat: compatible string of the irqchip driver
3434
* @fn: initialization function
3535
*/
3636
#define IRQCHIP_DECLARE(name, compat, fn) \

0 commit comments

Comments
 (0)