[PATCH v2] leds: ss4200: Fix typo "retrive" in comment

Hemanth Selam posted 1 patch 2 weeks, 4 days ago
drivers/leds/leds-ss4200.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH v2] leds: ss4200: Fix typo "retrive" in comment
Posted by Hemanth Selam 2 weeks, 4 days ago
Correct "retrive" to "retrieve", 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 LED subsystem convention.

Assisted-by: Cursor:claude-opus-5
Signed-off-by: Hemanth Selam <hemanth.selam@gmail.com>
---
 drivers/leds/leds-ss4200.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/leds/leds-ss4200.c b/drivers/leds/leds-ss4200.c
index f24ca75c7cb1..c782339b1330 100644
--- a/drivers/leds/leds-ss4200.c
+++ b/drivers/leds/leds-ss4200.c
@@ -339,7 +339,7 @@ static void ich7_lpc_cleanup(struct device *dev)
 
 /*
  * The OS has determined that the LPC of the Intel ICH7 Southbridge is present
- * so we can retrive the required operational information and prepare the GPIO.
+ * so we can retrieve the required operational information and prepare the GPIO.
  */
 static struct pci_dev *nas_gpio_pci_dev;
 static int ich7_lpc_probe(struct pci_dev *dev,
Re: (subset) [PATCH v2] leds: ss4200: Fix typo "retrive" in comment
Posted by Lee Jones 1 week, 2 days ago
On Mon, 07 Sep 2026 10:24:36 +0530, Hemanth Selam wrote:
> Correct "retrive" to "retrieve", 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 LED subsystem convention.
> 
> [...]

Applied, thanks!

[1/1] leds: ss4200: Fix typo "retrive" in comment
      commit: 8b35269884491eb07669219468ad425bf9b9f455

--
Lee Jones [李琼斯]