diff options
author | Randy Dunlap | 2020-07-15 18:30:01 -0700 |
---|---|---|
committer | Sebastian Reichel | 2020-07-27 00:10:14 +0200 |
commit | ab92ffd5f6ac3ebd4a7650ef906702ab86127b45 (patch) | |
tree | 257f89bc4bd0734f97e81e36090fd0df44e025b7 /include/linux/power | |
parent | 9d832cd36c606e176f06eaf97f0c54b02359d95a (diff) |
power: fix duplicated words in bq2415x_charger.h
Drop the doubled word "for".
Change "It it" to "If it".
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: linux-pm@vger.kernel.org
Acked-by: Pali Rohár <pali@kernel.org>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Diffstat (limited to 'include/linux/power')
-rw-r--r-- | include/linux/power/bq2415x_charger.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/power/bq2415x_charger.h b/include/linux/power/bq2415x_charger.h index 4ca08321e251..f3c267f2a467 100644 --- a/include/linux/power/bq2415x_charger.h +++ b/include/linux/power/bq2415x_charger.h @@ -14,8 +14,8 @@ * value is -1 then default chip value (specified in datasheet) will be * used. * - * Value resistor_sense is needed for for configuring charge and - * termination current. It it is less or equal to zero, configuring charge + * Value resistor_sense is needed for configuring charge and + * termination current. If it is less or equal to zero, configuring charge * and termination current will not be possible. * * For automode support is needed to provide name of power supply device |