projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c50a08
)
power: supply: ab8500_fg: drop duplicated 'is' in comment
author
Jiang Jian
<jiangjian@cdjrlc.com>
Wed, 22 Jun 2022 17:14:10 +0000
(
01:14
+0800)
committer
Sebastian 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
patch
|
blob
|
history
diff --git
a/drivers/power/supply/ab8500_fg.c
b/drivers/power/supply/ab8500_fg.c
index ec8a404d71b44b02985f7075aa3379bbea7de250..f6cf5eb97415c0fc8b5c56961cc4034f4d79c9e2 100644
(file)
--- 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)
{