lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <174429705955.31282.9757976364935333931.tip-bot2@tip-bot2>
Date: Thu, 10 Apr 2025 14:57:39 -0000
From: "tip-bot2 for Cheng-Yang Chou" <tip-bot2@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc: "Cheng-Yang Chou" <yphbchou0911@...il.com>,
 Thomas Gleixner <tglx@...utronix.de>, x86@...nel.org,
 linux-kernel@...r.kernel.org
Subject: [tip: timers/core] genirq: Fix typo in IRQ_NOTCONNECTED comment

The following commit has been merged into the timers/core branch of tip:

Commit-ID:     1732e45b79bbb38cccc336ae1c2a5101e7c9e876
Gitweb:        https://git.kernel.org/tip/1732e45b79bbb38cccc336ae1c2a5101e7c9e876
Author:        Cheng-Yang Chou <yphbchou0911@...il.com>
AuthorDate:    Thu, 10 Apr 2025 18:51:43 +08:00
Committer:     Thomas Gleixner <tglx@...utronix.de>
CommitterDate: Thu, 10 Apr 2025 16:49:10 +02:00

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@...il.com>
Signed-off-by: Thomas Gleixner <tglx@...utronix.de>
Link: https://lore.kernel.org/all/20250410105144.214849-1-yphbchou0911@gmail.com

---
 include/linux/interrupt.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/interrupt.h b/include/linux/interrupt.h
index c782a74..51b6484 100644
--- 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 distingiush that case from other error returns.
+ * can distinguish 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.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ