Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

zuoqilin and committed by
Guenter Roeck
23bc3caf c2d5f273

+1 -1
+1 -1
drivers/hwmon/ftsteutates.c
··· 713 713 { 714 714 int val; 715 715 716 - /* detection works with revsion greater or equal to 0x2b */ 716 + /* detection works with revision greater or equal to 0x2b */ 717 717 val = i2c_smbus_read_byte_data(client, FTS_DEVICE_REVISION_REG); 718 718 if (val < 0x2b) 719 719 return -ENODEV;