* [PATCH 1/2] ARM: mach-s3c: fix typo "capabilites" in comment
[not found] <20260904122342.30456-1-hemanth.selam@gmail.com>
@ 2026-09-04 12:23 ` Hemanth Selam
2026-09-04 12:23 ` [PATCH 2/2] i2c: busses: fix typo "retreive" " Hemanth Selam
1 sibling, 0 replies; 2+ messages in thread
From: Hemanth Selam @ 2026-09-04 12:23 UTC (permalink / raw)
To: Krzysztof Kozlowski, Peter Griffin, Alim Akhtar, Russell King
Cc: linux-kernel, linux-arm-kernel, linux-samsung-soc
Correct "capabilites" to "capabilities", reported by scripts/checkpatch.pl
using the misspelling list in scripts/spelling.txt. Only touches comments,
no code changes.
Assisted-by: Cursor:claude-opus-5
Signed-off-by: Hemanth Selam <hemanth.selam@gmail.com>
---
arch/arm/mach-s3c/gpio-cfg.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/mach-s3c/gpio-cfg.h b/arch/arm/mach-s3c/gpio-cfg.h
index 2dfb0561001e..778103412cd1 100644
--- a/arch/arm/mach-s3c/gpio-cfg.h
+++ b/arch/arm/mach-s3c/gpio-cfg.h
@@ -36,7 +36,7 @@ struct samsung_gpio_chip;
* @get_config: Read the current configuration for the GPIO
*
* Each chip can have more than one type of GPIO bank available and some
- * have different capabilites even when they have the same control register
+ * have different capabilities even when they have the same control register
* layouts. Provide an point to vector control routine and provide any
* per-bank configuration information that other systems such as the
* external interrupt code will need.
--
2.48.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH 2/2] i2c: busses: fix typo "retreive" in comment
[not found] <20260904122342.30456-1-hemanth.selam@gmail.com>
2026-09-04 12:23 ` [PATCH 1/2] ARM: mach-s3c: fix typo "capabilites" in comment Hemanth Selam
@ 2026-09-04 12:23 ` Hemanth Selam
1 sibling, 0 replies; 2+ messages in thread
From: Hemanth Selam @ 2026-09-04 12:23 UTC (permalink / raw)
To: Krzysztof Kozlowski, Peter Griffin, Alim Akhtar, Andi Shyti
Cc: linux-kernel, linux-arm-kernel, linux-samsung-soc, linux-i2c
Correct "retreive" to "retrieve", reported by scripts/checkpatch.pl using
the misspelling list in scripts/spelling.txt. Only touches comments, no
code changes.
Assisted-by: Cursor:claude-opus-5
Signed-off-by: Hemanth Selam <hemanth.selam@gmail.com>
---
drivers/i2c/busses/i2c-s3c2410.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/i2c/busses/i2c-s3c2410.c b/drivers/i2c/busses/i2c-s3c2410.c
index 15e14a6fe6dc..b52f09048055 100644
--- a/drivers/i2c/busses/i2c-s3c2410.c
+++ b/drivers/i2c/busses/i2c-s3c2410.c
@@ -968,7 +968,7 @@ static int s3c24xx_i2c_init(struct s3c24xx_i2c *i2c)
#ifdef CONFIG_OF
/*
- * Parse the device tree node and retreive the platform data.
+ * Parse the device tree node and retrieve the platform data.
*/
static void
s3c24xx_i2c_parse_dt(struct device_node *np, struct s3c24xx_i2c *i2c)
--
2.48.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-09-04 12:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20260904122342.30456-1-hemanth.selam@gmail.com>
2026-09-04 12:23 ` [PATCH 1/2] ARM: mach-s3c: fix typo "capabilites" in comment Hemanth Selam
2026-09-04 12:23 ` [PATCH 2/2] i2c: busses: fix typo "retreive" " Hemanth Selam
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).