提交 0a13ec0b 编写于 作者: J Jonathan Neuschäfer 提交者: Thomas Gleixner

genirq: Fix editing error in a comment

When the comment was reflowed to a wider format, the "*" snuck in.

Fixes: ae88a23b ("irq: refactor and clean up the free_irq() code flow")
Signed-off-by: NJonathan Neuschäfer <j.neuschaefer@gmx.net>
Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
Link: https://lkml.kernel.org/r/20180617124018.25539-1-j.neuschaefer@gmx.net
上级 4a5f4d2f
...@@ -1638,7 +1638,7 @@ static struct irqaction *__free_irq(struct irq_desc *desc, void *dev_id) ...@@ -1638,7 +1638,7 @@ static struct irqaction *__free_irq(struct irq_desc *desc, void *dev_id)
* is so by doing an extra call to the handler .... * is so by doing an extra call to the handler ....
* *
* ( We do this after actually deregistering it, to make sure that a * ( We do this after actually deregistering it, to make sure that a
* 'real' IRQ doesn't run in * parallel with our fake. ) * 'real' IRQ doesn't run in parallel with our fake. )
*/ */
if (action->flags & IRQF_SHARED) { if (action->flags & IRQF_SHARED) {
local_irq_save(flags); local_irq_save(flags);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册