forked from Minki/linux
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>
This commit is contained in:
parent
b770583ba6
commit
f7ca2d8c1b
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user