]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
hwmon: (fschmd) fix typo 'can by' to 'can be'
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Sun, 6 May 2018 11:23:48 +0000 (13:23 +0200)
committerGuenter Roeck <linux@roeck-us.net>
Mon, 21 May 2018 14:51:59 +0000 (07:51 -0700)
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/fschmd.c

index 5e78229ade049f41cc1277da5d0af85f59f45e45..22d3a84f13ef58349f72d51eb7554e339c66bbd4 100644 (file)
@@ -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.