Skip to content

Commit 20a15ee

Browse files
luanshi0212KAGA-KOKO
authored andcommitted
genirq: Fix function documentation of __irq_alloc_descs()
The function got renamed at some point, but the kernel-doc was not updated. Signed-off-by: Liguang Zhang <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Link: https://lkml.kernel.org/r/[email protected]
1 parent e9838bd commit 20a15ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/irq/irqdesc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,7 @@ void irq_free_descs(unsigned int from, unsigned int cnt)
750750
EXPORT_SYMBOL_GPL(irq_free_descs);
751751

752752
/**
753-
* irq_alloc_descs - allocate and initialize a range of irq descriptors
753+
* __irq_alloc_descs - allocate and initialize a range of irq descriptors
754754
* @irq: Allocate for specific irq number if irq >= 0
755755
* @from: Start the search from this irq number
756756
* @cnt: Number of consecutive irqs to allocate.

0 commit comments

Comments
 (0)