projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a5f4d2
)
genirq: Fix editing error in a comment
author
Jonathan Neuschäfer
<j.neuschaefer@gmx.net>
Sun, 17 Jun 2018 12:40:18 +0000
(14:40 +0200)
committer
Thomas Gleixner
<tglx@linutronix.de>
Tue, 19 Jun 2018 07:19:41 +0000
(09:19 +0200)
When the comment was reflowed to a wider format, the "*" snuck in.
Fixes: ae88a23b32fa ("irq: refactor and clean up the free_irq() code flow")
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link:
https://lkml.kernel.org/r/20180617124018.25539-1-j.neuschaefer@gmx.net
kernel/irq/manage.c
patch
|
blob
|
history
diff --git
a/kernel/irq/manage.c
b/kernel/irq/manage.c
index daeabd791d5896a366d7ba7b386dde76bfbc0a73..591cfe901162219d7b7e220bd88a5b04346cb21e 100644
(file)
--- a/
kernel/irq/manage.c
+++ b/
kernel/irq/manage.c
@@
-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 ....
*
* ( 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) {
local_irq_save(flags);