projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41c95ac
)
genirq: Fix typo in IRQ_NOTCONNECTED comment
author
Cheng-Yang Chou
<yphbchou0911@gmail.com>
Thu, 10 Apr 2025 10:51:43 +0000
(18:51 +0800)
committer
Thomas Gleixner
<tglx@linutronix.de>
Thu, 24 Apr 2025 12:31:03 +0000
(14:31 +0200)
Fix a minor typo in the comment for IRQ_NOTCONNECTED:
"distingiush" is corrected to "distinguish".
Signed-off-by: Cheng-Yang Chou <yphbchou0911@gmail.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link:
https://lore.kernel.org/all/20250410105144.214849-1-yphbchou0911@gmail.com
include/linux/interrupt.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/interrupt.h
b/include/linux/interrupt.h
index c782a74d2a3041bfe82081fe2b0010f35b5ade17..51b6484c049345c75816c4a63b4efa813f42f27b 100644
(file)
--- a/
include/linux/interrupt.h
+++ b/
include/linux/interrupt.h
@@
-140,7
+140,7
@@
extern irqreturn_t no_action(int cpl, void *dev_id);
/*
* If a (PCI) device interrupt is not connected we set dev->irq to
* IRQ_NOTCONNECTED. This causes request_irq() to fail with -ENOTCONN, so we
- * can disting
iu
sh that case from other error returns.
+ * can disting
ui
sh that case from other error returns.
*
* 0x80000000 is guaranteed to be outside the available range of interrupts
* and easy to distinguish from other possible incorrect values.