projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2aac79d
)
power: supply: ab8500: Fix typo
author
Jian Xin
<xinjian@yulong.com>
Thu, 3 Jun 2021 09:47:18 +0000
(17:47 +0800)
committer
Sebastian Reichel
<sre@kernel.org>
Thu, 3 Jun 2021 16:40:10 +0000
(18:40 +0200)
fix misspelled 'interrupts'
Signed-off-by: Jian Xin <xinjian@yulong.com>
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 0c7c01a0d9790f634317821716fb93d63025e32e..43b65c0cbadee1f0c6a3c674a68ad2e7022d2d67 100644
(file)
--- a/
drivers/power/supply/ab8500_fg.c
+++ b/
drivers/power/supply/ab8500_fg.c
@@
-59,7
+59,7
@@
((y1) + ((((y2) - (y1)) * ((x) - (x1))) / ((x2) - (x1))));
/**
- * struct ab8500_fg_interrupts - ab8500 fg interupts
+ * struct ab8500_fg_interrupts - ab8500 fg inter
r
upts
* @name: name of the interrupt
* @isr function pointer to the isr
*/