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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)