diff options
author | Masanari Iida <standby24x7@gmail.com> | 2017-09-26 06:47:59 +0300 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2017-10-12 16:42:00 +0300 |
commit | 83fc61a563cb4de3386ddc997cf8fc0ba55ec4ca (patch) | |
tree | 6ffc1b7f3e811c47178359e030cf5079253fabe7 /drivers/power/supply | |
parent | 24d654fadd70884a719c45ffabb0fe6033996f92 (diff) | |
download | linux-83fc61a563cb4de3386ddc997cf8fc0ba55ec4ca.tar.xz |
treewide: Fix typos in Kconfig
This patch fixes some spelling typos found in Kconfig files.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/power/supply')
-rw-r--r-- | drivers/power/supply/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/power/supply/Kconfig b/drivers/power/supply/Kconfig index 5ab90c1f3f7c..382669bf31f4 100644 --- a/drivers/power/supply/Kconfig +++ b/drivers/power/supply/Kconfig @@ -182,7 +182,7 @@ config CHARGER_SBS tristate "SBS Compliant charger" depends on I2C help - Say Y to include support for SBS compilant battery chargers. + Say Y to include support for SBS compliant battery chargers. config BATTERY_BQ27XXX tristate "BQ27xxx battery driver" |