diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-07-18 17:29:31 -0700 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2020-08-13 07:50:01 +0100 |
commit | e7b85500885f2a70129f5d3a72153e23b37d0fe5 (patch) | |
tree | cb693a0bad8cc4a604c88d05dd646110b1a010a3 /include | |
parent | 23ef2b642b85f03a109fbf5958134a5e40193dbd (diff) | |
download | linux-e7b85500885f2a70129f5d3a72153e23b37d0fe5.tar.bz2 |
mfd: max77693-private: Drop a duplicated word
Drop the repeated word "in" in a comment.
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/mfd/max77693-private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mfd/max77693-private.h b/include/linux/mfd/max77693-private.h index e798c81aec31..311f7d3d2323 100644 --- a/include/linux/mfd/max77693-private.h +++ b/include/linux/mfd/max77693-private.h @@ -131,7 +131,7 @@ enum max77693_pmic_reg { #define FLASH_INT_FLED1_SHORT BIT(3) #define FLASH_INT_OVER_CURRENT BIT(4) -/* Fast charge timer in in hours */ +/* Fast charge timer in hours */ #define DEFAULT_FAST_CHARGE_TIMER 4 /* microamps */ #define DEFAULT_TOP_OFF_THRESHOLD_CURRENT 150000 |