Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Julia Lawall and committed by
Sebastian Reichel
d5408765 2a21fe01

+1 -1
+1 -1
drivers/power/supply/lp8788-charger.c
··· 376 376 return 0; 377 377 } 378 378 379 - /* settting charging parameters */ 379 + /* setting charging parameters */ 380 380 for (i = 0; i < pdata->num_chg_params; i++) { 381 381 param = pdata->chg_params + i; 382 382