mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v2] power: supply: Fix typos in comments
@ 2026-05-07 19:18 Md Shofiqul Islam
  2026-06-03 21:39 ` Sebastian Reichel
  0 siblings, 1 reply; 3+ messages in thread
From: Md Shofiqul Islam @ 2026-05-07 19:18 UTC (permalink / raw)
  To: linux-pm; +Cc: sre, linusw, linux-kernel, Md Shofiqul Islam

Fix spelling mistake in comments:
 - occured -> occurred (twice)

Acked-by: Linus Walleij <linusw@kernel.org>
Signed-off-by: Md Shofiqul Islam <shofiqtest@gmail.com>
---
 drivers/power/supply/ab8500_fg.c      | 2 +-
 drivers/power/supply/smb347-charger.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/power/supply/ab8500_fg.c b/drivers/power/supply/ab8500_fg.c
index 9dd9972266..eb5c1ae68e 100644
--- a/drivers/power/supply/ab8500_fg.c
+++ b/drivers/power/supply/ab8500_fg.c
@@ -2037,7 +2037,7 @@ static irqreturn_t ab8500_fg_cc_convend_handler(int irq, void *_di)
 }
 
 /**
- * ab8500_fg_batt_ovv_handler() - Battery OVV occured
+ * ab8500_fg_batt_ovv_handler() - Battery OVV occurred
  * @irq:       interrupt number
  * @_di:       pointer to the ab8500_fg structure
  *
diff --git a/drivers/power/supply/smb347-charger.c b/drivers/power/supply/smb347-charger.c
index 8b95f7e871..fc3f90ef2b 100644
--- a/drivers/power/supply/smb347-charger.c
+++ b/drivers/power/supply/smb347-charger.c
@@ -1083,7 +1083,7 @@ static int smb347_get_charging_status(struct smb347_charger *smb,
 		} else {
 			/*
 			 * in this case no charger error or termination
-			 * occured but charging is not in progress!!!
+			 * occurred but charging is not in progress!!!
 			 */
 			status = POWER_SUPPLY_STATUS_NOT_CHARGING;
 		}
-- 
2.54.0.windows.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH v2] power: supply: Fix typos in comments
  2026-05-07 19:18 [PATCH v2] power: supply: Fix typos in comments Md Shofiqul Islam
@ 2026-06-03 21:39 ` Sebastian Reichel
  0 siblings, 0 replies; 3+ messages in thread
From: Sebastian Reichel @ 2026-06-03 21:39 UTC (permalink / raw)
  To: linux-pm, Md Shofiqul Islam; +Cc: sre, linusw, linux-kernel


On Thu, 07 May 2026 22:18:40 +0300, Md Shofiqul Islam wrote:
> Fix spelling mistake in comments:
>  - occured -> occurred (twice)
> 
> 

Applied, thanks!

[1/1] power: supply: Fix typos in comments
      commit: 15384402c94a55b05d06a446aedd19e242367b6f

Best regards,
-- 
Sebastian Reichel <sebastian.reichel@collabora.com>


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH v2] power: supply: Fix typos in comments
@ 2026-05-06  9:43 Md Shofiqul Islam
  0 siblings, 0 replies; 3+ messages in thread
From: Md Shofiqul Islam @ 2026-05-06  9:43 UTC (permalink / raw)
  To: linux-pm, linux-kernel; +Cc: Md Shofiqul Islam, linusw

Fix spelling mistake in comments:
 - occured -> occurred (twice)

Acked-by: Linus Walleij <linusw@kernel.org>
Signed-off-by: Md Shofiqul Islam <shofiqtest@gmail.com>
---
 drivers/power/supply/ab8500_fg.c      | 2 +-
 drivers/power/supply/smb347-charger.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/power/supply/ab8500_fg.c b/drivers/power/supply/ab8500_fg.c
index 9dd997226..eb5c1ae68 100644
--- a/drivers/power/supply/ab8500_fg.c
+++ b/drivers/power/supply/ab8500_fg.c
@@ -2037,7 +2037,7 @@ static irqreturn_t ab8500_fg_cc_convend_handler(int irq, void *_di)
 }
 
 /**
- * ab8500_fg_batt_ovv_handler() - Battery OVV occured
+ * ab8500_fg_batt_ovv_handler() - Battery OVV occurred
  * @irq:       interrupt number
  * @_di:       pointer to the ab8500_fg structure
  *
diff --git a/drivers/power/supply/smb347-charger.c b/drivers/power/supply/smb347-charger.c
index 8b95f7e87..fc3f90ef2 100644
--- a/drivers/power/supply/smb347-charger.c
+++ b/drivers/power/supply/smb347-charger.c
@@ -1083,7 +1083,7 @@ static int smb347_get_charging_status(struct smb347_charger *smb,
 		} else {
 			/*
 			 * in this case no charger error or termination
-			 * occured but charging is not in progress!!!
+			 * occurred but charging is not in progress!!!
 			 */
 			status = POWER_SUPPLY_STATUS_NOT_CHARGING;
 		}
-- 
2.54.0.windows.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-06-03 21:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-05-07 19:18 [PATCH v2] power: supply: Fix typos in comments Md Shofiqul Islam
2026-06-03 21:39 ` Sebastian Reichel
  -- strict thread matches above, loose matches on Subject: below --
2026-05-06  9:43 Md Shofiqul Islam

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome