diff options
author | zuoqilin <zuoqilin@yulong.com> | 2021-03-18 20:46:37 +0800 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2021-04-20 06:50:14 -0700 |
commit | 23bc3caf42bd0f140182ba60cc68d7872e81aeea (patch) | |
tree | 3f22af05c1fa1dc89b72aa8b91324b2b176063b9 | |
parent | c2d5f273c505d12ebe98d795eb4a152b3c935566 (diff) | |
download | linux-23bc3caf42bd0f140182ba60cc68d7872e81aeea.tar.bz2 |
hwmon: (ftsteutates) Fix spelling typo
Change 'revsion' to 'revision'.
Signed-off-by: zuoqilin <zuoqilin@yulong.com>
Link: https://lore.kernel.org/r/20210318124637.1331-1-zuoqilin1@163.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
-rw-r--r-- | drivers/hwmon/ftsteutates.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/ftsteutates.c b/drivers/hwmon/ftsteutates.c index ef88a156efc2..e87aa00e847d 100644 --- a/drivers/hwmon/ftsteutates.c +++ b/drivers/hwmon/ftsteutates.c @@ -713,7 +713,7 @@ static int fts_detect(struct i2c_client *client, { int val; - /* detection works with revsion greater or equal to 0x2b */ + /* detection works with revision greater or equal to 0x2b */ val = i2c_smbus_read_byte_data(client, FTS_DEVICE_REVISION_REG); if (val < 0x2b) return -ENODEV; |