From: Xiang wangx Date: Sat, 4 Jun 2022 14:18:11 +0000 (+0800) Subject: power: supply: bq24257: Fix syntax error in comments X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f7ca2d8c1b6d280a480baf7289c053754f98b44b;p=linux.git power: supply: bq24257: Fix syntax error in comments Delete the redundant word 'is'. Signed-off-by: Xiang wangx Signed-off-by: Sebastian Reichel --- diff --git a/drivers/power/supply/bq24257_charger.c b/drivers/power/supply/bq24257_charger.c index 96cb3290bcaa1..ecba9ab86fafb 100644 --- a/drivers/power/supply/bq24257_charger.c +++ b/drivers/power/supply/bq24257_charger.c @@ -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)