From: Daniel Lezcano Date: Tue, 23 Apr 2013 15:28:44 +0000 (+0000) Subject: cpuidle: fix comment format X-Git-Tag: upstream/snapshot3+hdmi~5120^2~5^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1c192d047a0ddc8e25a8b8f43c80c93330bdf929;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git cpuidle: fix comment format Fix comment format for the kernel doc script. Signed-off-by: Daniel Lezcano Signed-off-by: Rafael J. Wysocki --- diff --git a/drivers/cpuidle/cpuidle.c b/drivers/cpuidle/cpuidle.c index 49e8d30..c3a93fe 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.