From: Barry Song Date: Tue, 27 Sep 2011 20:05:44 +0000 (+0200) Subject: PM / Hibernate: Fix typo in a kerneldoc comment X-Git-Tag: upstream/snapshot3+hdmi~8938^2~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=21e82808fc465b66fedaac0f4e885cafb304e843;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git PM / Hibernate: Fix typo in a kerneldoc comment Fix a typo in a function name in the kerneldoc comment next to resume_target_kernel(). [rjw: Changed the subject slightly, added the changelog.] Signed-off-by: Barry Song Signed-off-by: Rafael J. Wysocki --- diff --git a/kernel/power/hibernate.c b/kernel/power/hibernate.c index 3a20466..7f44e5c 100644 --- a/kernel/power/hibernate.c +++ b/kernel/power/hibernate.c @@ -467,7 +467,7 @@ static int resume_target_kernel(bool platform_mode) * @platform_mode: If set, use platform driver to prepare for the transition. * * This routine must be called with pm_mutex held. If it is successful, control - * reappears in the restored target kernel in hibernation_snaphot(). + * reappears in the restored target kernel in hibernation_snapshot(). */ int hibernation_restore(int platform_mode) {