diff options
author | Xiang wangx <wangxiang@cdjrlc.com> | 2022-06-04 22:18:11 +0800 |
---|---|---|
committer | Sebastian Reichel <sebastian.reichel@collabora.com> | 2022-06-09 21:23:17 +0200 |
commit | f7ca2d8c1b6d280a480baf7289c053754f98b44b (patch) | |
tree | 20fed4711f2a500cf751ec8489ff672b709294d4 /drivers/power | |
parent | b770583ba6028e8cbd2d49dad9eff63cba3d6fef (diff) | |
download | linux-stable-f7ca2d8c1b6d280a480baf7289c053754f98b44b.tar.gz linux-stable-f7ca2d8c1b6d280a480baf7289c053754f98b44b.tar.bz2 linux-stable-f7ca2d8c1b6d280a480baf7289c053754f98b44b.zip |
power: supply: bq24257: Fix syntax error in comments
Delete the redundant word 'is'.
Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Diffstat (limited to 'drivers/power')
-rw-r--r-- | drivers/power/supply/bq24257_charger.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/power/supply/bq24257_charger.c b/drivers/power/supply/bq24257_charger.c index 96cb3290bcaa..ecba9ab86faf 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) |