hwmon: (nct6775) Rename configuration register variables
authorGuenter Roeck <linux@roeck-us.net>
Tue, 18 Sep 2018 16:31:21 +0000 (09:31 -0700)
committerGuenter Roeck <linux@roeck-us.net>
Thu, 11 Oct 2018 03:37:13 +0000 (20:37 -0700)
commit0085a5108de17dc0bfd97abb2ab3354f5c7be08e
tree24a2c02ca663c3c1ad9e5ec2b253c7c21a5ff33c
parent61b6c66a8f740b5025ac49ddf1c2e29091a1274e
hwmon: (nct6775) Rename configuration register variables

Use variable names from chip datasheets (crXX) instead of regval_XX
for configuration register variables. This is shorter and, together
with subsequent changes, makes the code easier to read.

No functional change.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/nct6775.c