aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/power
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2020-01-10 10:08:12 +0000
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2020-01-10 12:15:30 +0100
commit5c0e9de06577ba7599b75f97a8bb8cc63f6cb2ad (patch)
tree48dc44c5ee257070beda03f54735d55c654a511d /kernel/power
parentPM: hibernate: Add more logging on hibernation failure (diff)
downloadlinux-dev-5c0e9de06577ba7599b75f97a8bb8cc63f6cb2ad.tar.xz
linux-dev-5c0e9de06577ba7599b75f97a8bb8cc63f6cb2ad.zip
PM: hibernate: fix spelling mistake "shapshot" -> "snapshot"
There is a spelling mistake in a pr_info message. Fix it. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'kernel/power')
-rw-r--r--kernel/power/snapshot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/power/snapshot.c b/kernel/power/snapshot.c
index 353c5e9070ed..befe3c94767c 100644
--- a/kernel/power/snapshot.c
+++ b/kernel/power/snapshot.c
@@ -1841,7 +1841,7 @@ int hibernate_preallocate_memory(void)
out:
stop = ktime_get();
- pr_info("Allocated %lu pages for shapshot\n", pages);
+ pr_info("Allocated %lu pages for snapshot\n", pages);
swsusp_show_speed(start, stop, pages, "Allocated");
return 0;