Skip to content

Commit

Permalink
PM: hibernate: fix spelling mistake "shapshot" -> "snapshot"
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Colin Ian King authored and Rafael J. Wysocki committed Jan 10, 2020
1 parent 7a7b99b commit 5c0e9de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/power/snapshot.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5c0e9de

Please sign in to comment.