From: zuoqilin Date: Thu, 18 Mar 2021 12:46:37 +0000 (+0800) Subject: hwmon: (ftsteutates) Fix spelling typo X-Git-Tag: v5.13-rc1~158^2~26 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=23bc3caf42bd0f140182ba60cc68d7872e81aeea;p=thirdparty%2Flinux.git hwmon: (ftsteutates) Fix spelling typo Change 'revsion' to 'revision'. Signed-off-by: zuoqilin Link: https://lore.kernel.org/r/20210318124637.1331-1-zuoqilin1@163.com Signed-off-by: Guenter Roeck --- diff --git a/drivers/hwmon/ftsteutates.c b/drivers/hwmon/ftsteutates.c index ef88a156efc2f..e87aa00e847db 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;