diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2017-09-26 01:09:10 +0200 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2017-10-29 18:36:03 -0700 |
commit | e99c2e5d6cde7f06dac0444b5edd6ed0d1abc431 (patch) | |
tree | 913686636d190924783ffaf40566f79bfd50e919 /drivers/zorro | |
parent | c9933cb16f166de57b0b8bce170c1b9476b89836 (diff) |
hwmon: (gpio-fan) Rename GPIO line state variables
The "ctrl" and "num_ctrl" entries in the state container struct is
ambiguously named "ctrl" and "num_ctrl" overlapping with some hwmon
lingo and making it hard to understand. Since this array actually
contains the GPIO line numbers, from the Linux global GPIO numberspace,
used to control the different fan speeds. Rename these fields to
"gpios" (pluralis) and "num_gpios" so as to make it unambiguous.
Convert some instances of "unsigned" to "unsigned int" to keep
checkpatch happy.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/zorro')
0 files changed, 0 insertions, 0 deletions