]> rtime.felk.cvut.cz Git - lisovros/linux_canprio.git/commitdiff
PM / Hibernate: Fix typo in a kerneldoc comment
authorBarry Song <Baohua.Song@csr.com>
Tue, 27 Sep 2011 20:05:44 +0000 (22:05 +0200)
committerRafael J. Wysocki <rjw@sisk.pl>
Sun, 16 Oct 2011 21:28:52 +0000 (23:28 +0200)
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 <Baohua.Song@csr.com>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
kernel/power/hibernate.c

index 3a20466015f88bafad538cf8af7b7248dd0432c9..7f44e5c269712a96c582f177df5152c19603e996 100644 (file)
@@ -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)
 {