commit | 40114447a7f89860b46a64e5504f313656cb5f27 | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rjw@sisk.pl> | Wed Aug 15 20:32:43 2012 +0200 |
committer | Rafael J. Wysocki <rjw@sisk.pl> | Tue Sep 04 01:36:53 2012 +0200 |
tree | e46fcfd3213839ee6acb90138308b8f34bf0093c | |
parent | 8bc0251de2932e603f8ed73b76ba2d64b2dc1d18 [diff] |
PM / Domains: Document cpuidle-related functions and change their names The names of the cpuidle-related functions in drivers/base/power/domain.c are inconsistent with the names of the other exported functions in that file (the "pm_" prefix is missing from them) and they are missing kerneldoc comments. Fix that by adding the missing "pm_" prefix to the names of those functions and add kerneldoc comments documenting them. Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>