power: supply: bq24257: Fix syntax error in comments
authorXiang wangx <wangxiang@cdjrlc.com>
Sat, 4 Jun 2022 14:18:11 +0000 (22:18 +0800)
committerSebastian Reichel <sebastian.reichel@collabora.com>
Thu, 9 Jun 2022 19:23:17 +0000 (21:23 +0200)
Delete the redundant word 'is'.

Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
drivers/power/supply/bq24257_charger.c

index 96cb329..ecba9ab 100644 (file)
@@ -287,7 +287,7 @@ static int bq24257_set_input_current_limit(struct bq24257_device *bq,
 {
        /*
         * Address the case where the user manually sets an input current limit
-        * while the charger auto-detection mechanism is is active. In this
+        * while the charger auto-detection mechanism is active. In this
         * case we want to abort and go straight to the user-specified value.
         */
        if (bq->iilimit_autoset_enable)