]> Git Repo - linux.git/commitdiff
genirq: Fix function documentation of __irq_alloc_descs()
authorluanshi <[email protected]>
Wed, 13 Nov 2019 14:41:33 +0000 (22:41 +0800)
committerThomas Gleixner <[email protected]>
Fri, 15 Nov 2019 09:48:38 +0000 (10:48 +0100)
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]
kernel/irq/irqdesc.c

index 9be995fc3c5a1414593056b09757db62efb15557..5b8fdd659e54abaf411e8e133296b4d8d25a7d49 100644 (file)
@@ -750,7 +750,7 @@ void irq_free_descs(unsigned int from, unsigned int cnt)
 EXPORT_SYMBOL_GPL(irq_free_descs);
 
 /**
- * irq_alloc_descs - allocate and initialize a range of irq descriptors
+ * __irq_alloc_descs - allocate and initialize a range of irq descriptors
  * @irq:       Allocate for specific irq number if irq >= 0
  * @from:      Start the search from this irq number
  * @cnt:       Number of consecutive irqs to allocate.
This page took 0.060964 seconds and 4 git commands to generate.