linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][next] PM: hibernate: fix spelling mistake "shapshot" -> "snapshot"
@ 2020-01-10 10:08 Colin King
  2020-01-10 11:16 ` Rafael J. Wysocki
  0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2020-01-10 10:08 UTC (permalink / raw)
  To: Rafael J . Wysocki, Len Brown, Pavel Machek, linux-pm
  Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

There is a spelling mistake in a pr_info message. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 kernel/power/snapshot.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;
-- 
2.24.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH][next] PM: hibernate: fix spelling mistake "shapshot" -> "snapshot"
  2020-01-10 10:08 [PATCH][next] PM: hibernate: fix spelling mistake "shapshot" -> "snapshot" Colin King
@ 2020-01-10 11:16 ` Rafael J. Wysocki
  0 siblings, 0 replies; 2+ messages in thread
From: Rafael J. Wysocki @ 2020-01-10 11:16 UTC (permalink / raw)
  To: Colin King
  Cc: Len Brown, Pavel Machek, linux-pm, kernel-janitors, linux-kernel

On Friday, January 10, 2020 11:08:12 AM CET Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> There is a spelling mistake in a pr_info message. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  kernel/power/snapshot.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> 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;
> 

Applied, thanks!





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-01-10 11:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-10 10:08 [PATCH][next] PM: hibernate: fix spelling mistake "shapshot" -> "snapshot" Colin King
2020-01-10 11:16 ` Rafael J. Wysocki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).