Re: [PATCH][V2] cpuidle : rename function name "__cpuidle_register_driver"

2012-09-21 Thread Rafael J. Wysocki
On Thursday, September 20, 2012, Daniel Lezcano wrote: > The function __cpuidle_register_driver name is confusing because it > suggests, conforming to the coding style of the kernel, it registers > the driver without taking a lock. Actually, it just fill the different > power field states with a de

[PATCH][V2] cpuidle : rename function name "__cpuidle_register_driver"

2012-09-20 Thread Daniel Lezcano
The function __cpuidle_register_driver name is confusing because it suggests, conforming to the coding style of the kernel, it registers the driver without taking a lock. Actually, it just fill the different power field states with a decresing value if the power has not been specified. Clarify the