diff options
author | Daniel Lezcano <daniel.lezcano@linaro.org> | 2013-04-23 11:28:44 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2013-04-23 18:54:51 -0400 |
commit | 1c192d047a0ddc8e25a8b8f43c80c93330bdf929 (patch) | |
tree | d8b325c3e6f55b3eff0005550415466bc17db658 /drivers/cpuidle | |
parent | 54a4644b7a31b017375018d8266a22d3eabfcf0e (diff) |
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) | |||
454 | 454 | ||
455 | EXPORT_SYMBOL_GPL(cpuidle_unregister_device); | 455 | EXPORT_SYMBOL_GPL(cpuidle_unregister_device); |
456 | 456 | ||
457 | /* | 457 | /** |
458 | * cpuidle_unregister: unregister a driver and the devices. This function | 458 | * cpuidle_unregister: unregister a driver and the devices. This function |
459 | * can be used only if the driver has been previously registered through | 459 | * can be used only if the driver has been previously registered through |
460 | * the cpuidle_register function. | 460 | * the cpuidle_register function. |