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

power: supply: ab8500_fg: drop duplicated 'is' in comment

Fix word duplication typo 'is is' -> 'is'.

Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>
[update commit message]
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>

authored by

Jiang Jian and committed by
Sebastian Reichel
13a4223d 6c50a08d

+1 -1
+1 -1
drivers/power/supply/ab8500_fg.c
··· 412 412 * ab8500_fg_clear_cap_samples() - Clear average filter 413 413 * @di: pointer to the ab8500_fg structure 414 414 * 415 - * The capacity filter is is reset to zero. 415 + * The capacity filter is reset to zero. 416 416 */ 417 417 static void ab8500_fg_clear_cap_samples(struct ab8500_fg *di) 418 418 {