diff options
author | Daniel Lezcano <daniel.lezcano@linaro.org> | 2013-04-23 15:28:44 +0000 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2013-04-24 00:54:51 +0200 |
commit | 1c192d047a0ddc8e25a8b8f43c80c93330bdf929 (patch) | |
tree | d8b325c3e6f55b3eff0005550415466bc17db658 /drivers/cpuidle | |
parent | 54a4644b7a31b017375018d8266a22d3eabfcf0e (diff) | |
download | linux-1c192d047a0ddc8e25a8b8f43c80c93330bdf929.tar.gz linux-1c192d047a0ddc8e25a8b8f43c80c93330bdf929.tar.xz |
cpuidle: fix comment format
Fix comment format for the kernel doc script.
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/cpuidle')
-rw-r--r-- | drivers/cpuidle/cpuidle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/cpuidle/cpuidle.c b/drivers/cpuidle/cpuidle.c index 49e8d302af55..c3a93fece819 100644 --- a/drivers/cpuidle/cpuidle.c +++ b/drivers/cpuidle/cpuidle.c @@ -454,7 +454,7 @@ void cpuidle_unregister_device(struct cpuidle_device *dev) EXPORT_SYMBOL_GPL(cpuidle_unregister_device); -/* +/** * cpuidle_unregister: unregister a driver and the devices. This function * can be used only if the driver has been previously registered through * the cpuidle_register function. |