diff options
author | Jiang Jian <jiangjian@cdjrlc.com> | 2022-06-22 19:14:10 +0200 |
---|---|---|
committer | Sebastian Reichel <sre@kernel.org> | 2022-07-17 00:59:34 +0200 |
commit | 13a4223df8a95735a6c1bafa859656ae4e78ff98 (patch) | |
tree | 4b5edeffdfa26dcea6a2bf18b9a17c9c8830c859 /drivers/power | |
parent | power: supply: ab8500: Drop external charger leftovers (diff) | |
download | linux-13a4223df8a95735a6c1bafa859656ae4e78ff98.tar.xz linux-13a4223df8a95735a6c1bafa859656ae4e78ff98.zip |
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>
Diffstat (limited to 'drivers/power')
-rw-r--r-- | drivers/power/supply/ab8500_fg.c | 2 |
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) { |