power: supply: ab8500_fg: drop duplicated 'is' in comment
authorJiang Jian <jiangjian@cdjrlc.com>
Wed, 22 Jun 2022 17:14:10 +0000 (01:14 +0800)
committerSebastian Reichel <sre@kernel.org>
Sat, 16 Jul 2022 22:59:34 +0000 (00:59 +0200)
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>
drivers/power/supply/ab8500_fg.c

index ec8a404d71b44b02985f7075aa3379bbea7de250..f6cf5eb97415c0fc8b5c56961cc4034f4d79c9e2 100644 (file)
@@ -412,7 +412,7 @@ static int ab8500_fg_add_cap_sample(struct ab8500_fg *di, int sample)
  * ab8500_fg_clear_cap_samples() - Clear average filter
  * @di:                pointer to the ab8500_fg structure
  *
- * The capacity filter is is reset to zero.
+ * The capacity filter is reset to zero.
  */
 static void ab8500_fg_clear_cap_samples(struct ab8500_fg *di)
 {