power: supply: lp8788: fix typo in comment
Spelling mistake (triple letters) in comment. Detected with the help of Coccinelle. Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
This commit is contained in:
parent
2a21fe017c
commit
d54087651e
|
@ -376,7 +376,7 @@ static int lp8788_update_charger_params(struct platform_device *pdev,
|
|||
return 0;
|
||||
}
|
||||
|
||||
/* settting charging parameters */
|
||||
/* setting charging parameters */
|
||||
for (i = 0; i < pdata->num_chg_params; i++) {
|
||||
param = pdata->chg_params + i;
|
||||
|
||||
|
|
Loading…
Reference in New Issue