commit | f4d325d5ed099c3ca9b2c23a53dc64e871a659c8 | [log] [tgz] |
---|---|---|
author | Guenter Roeck <linux@roeck-us.net> | Sun Oct 16 10:38:52 2016 -0700 |
committer | Guenter Roeck <linux@roeck-us.net> | Fri Dec 09 21:54:18 2016 -0800 |
tree | 8982d436378be57f35c5c7147d3a761f9ae499cc | |
parent | e159ab5cb1afb519601a961405933c61cdd5a56a [diff] |
hwmon: (core) Clarify use of chip attributes Describing chip attributes as "attributes which apply to the entire chip" is confusing. Rephrase to "attributes which are not bound to a specific input or output". Also rename hwmon_chip_attr_templates[] to hwmon_chip_attrs[] to indicate that the respective strings strings are not templates but actual attribute names. Signed-off-by: Guenter Roeck <linux@roeck-us.net>