mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
irq: Fix docbook comments
Fix docbook comments to match the actual function names (set_irq_msi, handle_percpu_irq). Signed-off-by: Liuwenyi <qingshenlwy@gmail.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
parent
40b1f4e511
commit
24b26d4211
@ -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
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user