commit | 848ba0a2f20dc121a3ef5272a24641d2bd963d8b | [log] [tgz] |
---|---|---|
author | Guenter Roeck <linux@roeck-us.net> | Sun Oct 16 17:20:43 2016 -0700 |
committer | Guenter Roeck <linux@roeck-us.net> | Fri Dec 09 21:54:22 2016 -0800 |
tree | 6a6c7984c087709f82bce33bd140fd90bebfcd8d | |
parent | b2a4cc3a060da0de17ab1e854cef89f5e74e2064 [diff] |
hwmon: (core) Rename groups parameter in API to extra_groups The 'groups' parameter of hwmon_device_register_with_info() and devm_hwmon_device_register_with_info() is only necessary if extra non-standard attributes need to be provided. Rename the parameter to extra_groups and clarify the documentation. Signed-off-by: Guenter Roeck <linux@roeck-us.net>