Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 24b26d42 authored by Liuweni's avatar Liuweni Committed by Thomas Gleixner
Browse files

irq: Fix docbook comments



Fix docbook comments to match the actual function names
(set_irq_msi, handle_percpu_irq).

Signed-off-by: default avatarLiuwenyi <qingshenlwy@gmail.com>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 40b1f4e5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -166,11 +166,11 @@ int set_irq_data(unsigned int irq, void *data)
EXPORT_SYMBOL(set_irq_data);

/**
 *	set_irq_data - set irq type data for an irq
 *	set_irq_msi - set MSI descriptor data for an irq
 *	@irq:	Interrupt number
 *	@entry:	Pointer to MSI descriptor data
 *
 *	Set the hardware irq controller data for an irq
 *	Set the MSI descriptor entry for an irq
 */
int set_irq_msi(unsigned int irq, struct msi_desc *entry)
{
@@ -590,7 +590,7 @@ out_unlock:
}

/**
 *	handle_percpu_IRQ - Per CPU local irq handler
 *	handle_percpu_irq - Per CPU local irq handler
 *	@irq:	the interrupt number
 *	@desc:	the interrupt description structure for this irq
 *