]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
power: supply: ab8500_fg: Fix typos in comments
authorMd Shofiqul Islam <shofiqtest@gmail.com>
Thu, 7 May 2026 19:18:40 +0000 (22:18 +0300)
committerSebastian Reichel <sebastian.reichel@collabora.com>
Wed, 3 Jun 2026 21:21:41 +0000 (23:21 +0200)
Fix spelling mistake in comments:
 - occured -> occurred (twice)

Acked-by: Linus Walleij <linusw@kernel.org>
Signed-off-by: Md Shofiqul Islam <shofiqtest@gmail.com>
Link: https://patch.msgid.link/20260507191840.25941-1-shofiqtest@gmail.com
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
drivers/power/supply/ab8500_fg.c
drivers/power/supply/smb347-charger.c

index 9dd99722667aeb81c1a3d88b40e11ca5a10ccad6..eb5c1ae68e440be3b4c72a0dd36e8cbecdf619f4 100644 (file)
@@ -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
  *
index d9624b6a898ce800f567d9977db263a249d50bc6..c1b67dac8ef6f9bebcb36f9b6a295551f5017fa1 100644 (file)
@@ -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;
                }