Commit 23bc3caf authored by zuoqilin's avatar zuoqilin Committed by Guenter Roeck

hwmon: (ftsteutates) Fix spelling typo

Change 'revsion' to 'revision'.
Signed-off-by: default avatarzuoqilin <zuoqilin@yulong.com>
Link: https://lore.kernel.org/r/20210318124637.1331-1-zuoqilin1@163.comSigned-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
parent c2d5f273
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment