diff options
| author | 2020-11-16 11:18:15 +0100 | |
|---|---|---|
| committer | 2020-11-16 15:20:54 +0100 | |
| commit | 8c67d247dcad67fbdd07c8bab9818d0b8d9240bf (patch) | |
| tree | 5f2246c7ec415f0180ef81465ecad8b46658fa2f /kernel/irq/chip.c | |
| parent | genirq/irqdomain: Make irq_domain_disassociate() static (diff) | |
| download | linux-dev-8c67d247dcad67fbdd07c8bab9818d0b8d9240bf.tar.xz linux-dev-8c67d247dcad67fbdd07c8bab9818d0b8d9240bf.zip | |
genirq: Fix kernel-doc markups
Some identifiers have different names between their prototypes
and the kernel-doc markup.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/13a44f4f0c3135e14b16ae8fcce4af1eab27cb5f.1605521731.git.mchehab+huawei@kernel.org
Diffstat (limited to 'kernel/irq/chip.c')
| -rw-r--r-- | kernel/irq/chip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/irq/chip.c b/kernel/irq/chip.c index b9b9618e1aca..df75c3573dcb 100644 --- a/kernel/irq/chip.c +++ b/kernel/irq/chip.c @@ -61,7 +61,7 @@ int irq_set_chip(unsigned int irq, struct irq_chip *chip) EXPORT_SYMBOL(irq_set_chip); /** - * irq_set_type - set the irq trigger type for an irq + * irq_set_irq_type - set the irq trigger type for an irq * @irq: irq number * @type: IRQ_TYPE_{LEVEL,EDGE}_* value - see include/linux/irq.h */ |
