summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiang Jian <jiangjian@cdjrlc.com>2022-06-23 01:14:10 +0800
committerSebastian Reichel <sre@kernel.org>2022-07-17 00:59:34 +0200
commit13a4223df8a95735a6c1bafa859656ae4e78ff98 (patch)
tree4b5edeffdfa26dcea6a2bf18b9a17c9c8830c859
parent6c50a08d9dd323a6a2e212f78059116edad8cc4e (diff)
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>
-rw-r--r--drivers/power/supply/ab8500_fg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/power/supply/ab8500_fg.c b/drivers/power/supply/ab8500_fg.c
index ec8a404d71b4..f6cf5eb97415 100644
--- a/drivers/power/supply/ab8500_fg.c
+++ b/drivers/power/supply/ab8500_fg.c
@@ -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)
{