diff options
author | Wolfram Sang <wsa+renesas@sang-engineering.com> | 2018-05-06 13:23:48 +0200 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2018-05-21 07:51:59 -0700 |
commit | 2b2acdc889325bc1fa5700c5c68ac540ecf3b6ae (patch) | |
tree | a15c2e77d346c66aa597a11755a85b313aaeb91d /drivers/hwmon | |
parent | f934c0599ecab63ec9cca0000315240c1202d20c (diff) |
hwmon: (fschmd) fix typo 'can by' to 'can be'
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon')
-rw-r--r-- | drivers/hwmon/fschmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/fschmd.c b/drivers/hwmon/fschmd.c index 5e78229ade04..22d3a84f13ef 100644 --- a/drivers/hwmon/fschmd.c +++ b/drivers/hwmon/fschmd.c @@ -105,7 +105,7 @@ static const u8 FSCHMD_REG_VOLT[7][6] = { static const int FSCHMD_NO_VOLT_SENSORS[7] = { 3, 3, 3, 3, 3, 3, 6 }; /* - * minimum pwm at which the fan is driven (pwm can by increased depending on + * minimum pwm at which the fan is driven (pwm can be increased depending on * the temp. Notice that for the scy some fans share there minimum speed. * Also notice that with the scy the sensor order is different than with the * other chips, this order was in the 2.4 driver and kept for consistency. |