From: Wolfram Sang Date: Sun, 6 May 2018 11:23:48 +0000 (+0200) Subject: hwmon: (fschmd) fix typo 'can by' to 'can be' X-Git-Tag: v4.19~944^2~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2b2acdc889325bc1fa5700c5c68ac540ecf3b6ae;p=platform%2Fkernel%2Flinux-rpi.git hwmon: (fschmd) fix typo 'can by' to 'can be' Signed-off-by: Wolfram Sang Signed-off-by: Guenter Roeck --- diff --git a/drivers/hwmon/fschmd.c b/drivers/hwmon/fschmd.c index 5e78229..22d3a84 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.