diff options
author | Guenter Roeck <linux@roeck-us.net> | 2018-06-18 09:21:46 -0700 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2018-07-08 20:08:13 -0700 |
commit | 57fec3acb47c99c688de9daf4c6a2ffa364cdb16 (patch) | |
tree | 5f0551f5c323cfc5c3e09437c79442c3325c7a21 /drivers | |
parent | 73ed6e22c34f4de09f5af5dfe3926e1d41082a89 (diff) | |
download | linux-57fec3acb47c99c688de9daf4c6a2ffa364cdb16.tar.bz2 |
hwmon: (nct6775) Fix comment in the description of pwm_mode
Commit 415eb2a1aaa488 ("hwmon: (nct6775) Fix writing pwmX_mode") changed
the definition of the pwm_mode variable, but did not update the comment
describing it.
Reported-by: Ben Hutchings <ben.hutchings@codethink.co.uk>
Cc: Ben Hutchings <ben.hutchings@codethink.co.uk>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/hwmon/nct6775.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/hwmon/nct6775.c b/drivers/hwmon/nct6775.c index f9d1349c3286..37149909f8a8 100644 --- a/drivers/hwmon/nct6775.c +++ b/drivers/hwmon/nct6775.c @@ -1050,8 +1050,8 @@ struct nct6775_data { u64 beeps; u8 pwm_num; /* number of pwm */ - u8 pwm_mode[NUM_FAN]; /* 1->DC variable voltage, - * 0->PWM variable duty cycle + u8 pwm_mode[NUM_FAN]; /* 0->DC variable voltage, + * 1->PWM variable duty cycle */ enum pwm_enable pwm_enable[NUM_FAN]; /* 0->off |