Commit f7ca2d8c authored by Xiang wangx's avatar Xiang wangx Committed by Sebastian Reichel

power: supply: bq24257: Fix syntax error in comments

Delete the redundant word 'is'.
Signed-off-by: default avatarXiang wangx <wangxiang@cdjrlc.com>
Signed-off-by: default avatarSebastian Reichel <sebastian.reichel@collabora.com>
parent b770583b
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment