summaryrefslogtreecommitdiff
path: root/include/linux/irqchip.h
diff options
context:
space:
mode:
authorFlorian Fainelli <f.fainelli@gmail.com>2021-10-20 11:48:59 -0700
committerMarc Zyngier <maz@kernel.org>2021-10-20 20:07:15 +0100
commitb8419e7be6c6029eee3448fda45f4f9ad340c4ca (patch)
tree06541719029eb970f5f42162f76d8b03d4878a54 /include/linux/irqchip.h
parentc40ef4c57599c30efc0c1e8ad6bec4f842295521 (diff)
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 <f.fainelli@gmail.com> Signed-off-by: Marc Zyngier <maz@kernel.org> Link: https://lore.kernel.org/r/20211020184859.2705451-14-f.fainelli@gmail.com
Diffstat (limited to 'include/linux/irqchip.h')
-rw-r--r--include/linux/irqchip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/irqchip.h b/include/linux/irqchip.h
index 5de0dfc5d64d..7f007b9c23f8 100644
--- a/include/linux/irqchip.h
+++ b/include/linux/irqchip.h
@@ -30,7 +30,7 @@ extern of_irq_init_cb_t typecheck_irq_init_cb;
*
* @name: name that must be unique across all IRQCHIP_DECLARE of the
* same file.
- * @compstr: compatible string of the irqchip driver
+ * @compat: compatible string of the irqchip driver
* @fn: initialization function
*/
#define IRQCHIP_DECLARE(name, compat, fn) \