projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2d5f27
)
hwmon: (ftsteutates) Fix spelling typo
author
zuoqilin
<zuoqilin@yulong.com>
Thu, 18 Mar 2021 12:46:37 +0000
(20:46 +0800)
committer
Guenter Roeck
<linux@roeck-us.net>
Tue, 20 Apr 2021 13:50:14 +0000
(06:50 -0700)
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>
drivers/hwmon/ftsteutates.c
patch
|
blob
|
history
diff --git
a/drivers/hwmon/ftsteutates.c
b/drivers/hwmon/ftsteutates.c
index ef88a156efc2f862ff0f483c949c40ce68d4187f..e87aa00e847db0836f10d8f1311c9736f691f67d 100644
(file)
--- 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 rev
i
sion greater or equal to 0x2b */
val = i2c_smbus_read_byte_data(client, FTS_DEVICE_REVISION_REG);
if (val < 0x2b)
return -ENODEV;