[PATCH 2/9] eeepc-laptop: change sysfs function names to API expectations

2014-09-17 Thread Frans Klaver
The eeepc-laptop driver follows the function naming convention _(), while the sysfs macros are built around the convention _(). Rename the sysfs functions to the convention used by sysfs. This makes it easier to use the available API later on. Signed-off-by: Frans Klaver ---

[PATCH 2/9] eeepc-laptop: change sysfs function names to API expectations

2014-09-17 Thread Frans Klaver
The eeepc-laptop driver follows the function naming convention action_attrname(), while the sysfs macros are built around the convention attrname_action(). Rename the sysfs functions to the convention used by sysfs. This makes it easier to use the available API later on. Signed-off-by: Frans