diff options
author | Axel Lin <axel.lin@ingics.com> | 2014-02-11 12:46:12 (GMT) |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2014-03-03 16:01:03 (GMT) |
commit | 2065bdd64cf3e72c8e9095575ba6e2aca98382f5 (patch) | |
tree | 9ed727b0543bbb4216a729cca4de19fb80db6916 | |
parent | 939a0a3fe900125c1e04dc7121444f8f9972892c (diff) | |
download | linux-2065bdd64cf3e72c8e9095575ba6e2aca98382f5.tar.xz |
hwmon: (ltc4260) Fix trivial typo
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
-rw-r--r-- | drivers/hwmon/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 5bbc55b..7ed3aa6 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -839,7 +839,7 @@ config SENSORS_LTC4260 select REGMAP_I2C default n help - If you say yes here you get support for Linear Technology LTC4261 + If you say yes here you get support for Linear Technology LTC4260 Positive Voltage Hot Swap Controller I2C interface. This driver can also be built as a module. If so, the module will |