We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c40ef4c commit b8419e7Copy full SHA for b8419e7
include/linux/irqchip.h
@@ -30,7 +30,7 @@ extern of_irq_init_cb_t typecheck_irq_init_cb;
30
*
31
* @name: name that must be unique across all IRQCHIP_DECLARE of the
32
* same file.
33
- * @compstr: compatible string of the irqchip driver
+ * @compat: compatible string of the irqchip driver
34
* @fn: initialization function
35
*/
36
#define IRQCHIP_DECLARE(name, compat, fn) \
0 commit comments