[PATCH v2] mfd: ab8500: Fix typo "interupts" in comment

Hemanth Selam posted 1 patch 2 weeks, 4 days ago
drivers/mfd/ab8500-core.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH v2] mfd: ab8500: Fix typo "interupts" in comment
Posted by Hemanth Selam 2 weeks, 4 days ago
Correct "interupts" to "interrupts", reported by scripts/checkpatch.pl
using the misspelling list in scripts/spelling.txt.  Only touches a
comment, no code changes.

Since v1 the subject carries the driver name and a capitalised
description, to match the MFD subsystem convention.

Assisted-by: Cursor:claude-opus-5
Reviewed-by: Linus Walleij <linusw@kernel.org>
Signed-off-by: Hemanth Selam <hemanth.selam@gmail.com>
---
 drivers/mfd/ab8500-core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mfd/ab8500-core.c b/drivers/mfd/ab8500-core.c
index 86fa99022cb3..ceea1ae34dd8 100644
--- a/drivers/mfd/ab8500-core.c
+++ b/drivers/mfd/ab8500-core.c
@@ -125,7 +125,7 @@ static u8 turn_on_stat_set;
 
 /*
  * Map interrupt numbers to the LATCH and MASK register offsets, Interrupt
- * numbers are indexed into this array with (num / 8). The interupts are
+ * numbers are indexed into this array with (num / 8). The interrupts are
  * defined in linux/mfd/ab8500.h
  *
  * This is one off from the register names, i.e. AB8500_IT_MASK1_REG is at
Re: (subset) [PATCH v2] mfd: ab8500: Fix typo "interupts" in comment
Posted by Lee Jones 1 week, 2 days ago
On Mon, 07 Sep 2026 10:25:26 +0530, Hemanth Selam wrote:
> Correct "interupts" to "interrupts", reported by scripts/checkpatch.pl
> using the misspelling list in scripts/spelling.txt.  Only touches a
> comment, no code changes.
> 
> Since v1 the subject carries the driver name and a capitalised
> description, to match the MFD subsystem convention.
> 
> [...]

Applied, thanks!

[1/1] mfd: ab8500: Fix typo "interupts" in comment
      commit: 708222feb63451ecadfd0a70a5d99f96c7d021de

--
Lee Jones [李琼斯]