Commit d5408765 authored by Julia Lawall's avatar Julia Lawall Committed by Sebastian Reichel
Browse files

power: supply: lp8788: fix typo in comment



Spelling mistake (triple letters) in comment.
Detected with the help of Coccinelle.

Signed-off-by: default avatarJulia Lawall <Julia.Lawall@inria.fr>
Signed-off-by: default avatarSebastian Reichel <sebastian.reichel@collabora.com>
parent 2a21fe01
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;