[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210318124637.1331-1-zuoqilin1@163.com>
Date: Thu, 18 Mar 2021 20:46:37 +0800
From: zuoqilin1@....com
To: jdelvare@...e.com, linux@...ck-us.net
Cc: linux-hwmon@...r.kernel.org, linux-kernel@...r.kernel.org,
zuoqilin <zuoqilin@...ong.com>
Subject: [PATCH] hwmon: Fix spelling typo
From: zuoqilin <zuoqilin@...ong.com>
Change 'revsion' to 'revision'.
Signed-off-by: zuoqilin <zuoqilin@...ong.com>
---
drivers/hwmon/ftsteutates.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/hwmon/ftsteutates.c b/drivers/hwmon/ftsteutates.c
index ef88a15..e87aa00 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;
--
1.9.1
Powered by blists - more mailing lists