Skip to content

Commit 0128816

Browse files
EricccTaiwanKAGA-KOKO
authored andcommitted
genirq: Fix typo in IRQ_NOTCONNECTED comment
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
1 parent 41c95ac commit 0128816

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/linux/interrupt.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ extern irqreturn_t no_action(int cpl, void *dev_id);
140140
/*
141141
* If a (PCI) device interrupt is not connected we set dev->irq to
142142
* IRQ_NOTCONNECTED. This causes request_irq() to fail with -ENOTCONN, so we
143-
* can distingiush that case from other error returns.
143+
* can distinguish that case from other error returns.
144144
*
145145
* 0x80000000 is guaranteed to be outside the available range of interrupts
146146
* and easy to distinguish from other possible incorrect values.

0 commit comments

Comments
 (0)