projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9838bd
)
genirq: Fix function documentation of __irq_alloc_descs()
author
luanshi
<zhangliguang@linux.alibaba.com>
Wed, 13 Nov 2019 14:41:33 +0000
(22:41 +0800)
committer
Thomas Gleixner
<tglx@linutronix.de>
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 <zhangliguang@linux.alibaba.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link:
https://lkml.kernel.org/r/1573656093-8643-1-git-send-email-zhangliguang@linux.alibaba.com
kernel/irq/irqdesc.c
patch
|
blob
|
history
diff --git
a/kernel/irq/irqdesc.c
b/kernel/irq/irqdesc.c
index 9be995fc3c5a1414593056b09757db62efb15557..5b8fdd659e54abaf411e8e133296b4d8d25a7d49 100644
(file)
--- a/
kernel/irq/irqdesc.c
+++ b/
kernel/irq/irqdesc.c
@@
-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.