All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] power: fix typo in kernel/power/process.c
@ 2020-10-27 12:43 Jackie Zamow
  2020-10-27 18:15 ` Rafael J. Wysocki
  0 siblings, 1 reply; 2+ messages in thread
From: Jackie Zamow @ 2020-10-27 12:43 UTC (permalink / raw)
  To: rjw, len.brown, pavel; +Cc: Jackie Zamow, linux-pm, linux-kernel

This patch fixes a typo found in the function freeze_processes()

Signed-off-by: Jackie Zamow <jackie.zamow@gmail.com>

---
 kernel/power/process.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/power/process.c b/kernel/power/process.c
index 4b6a54da7e65..45b054b7b5ec 100644
--- a/kernel/power/process.c
+++ b/kernel/power/process.c
@@ -146,7 +146,7 @@ int freeze_processes(void)
 	BUG_ON(in_atomic());
 
 	/*
-	 * Now that the whole userspace is frozen we need to disbale
+	 * Now that the whole userspace is frozen we need to disable
 	 * the OOM killer to disallow any further interference with
 	 * killable tasks. There is no guarantee oom victims will
 	 * ever reach a point they go away we have to wait with a timeout.
-- 
2.20.1


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

* Re: [PATCH] power: fix typo in kernel/power/process.c
  2020-10-27 12:43 [PATCH] power: fix typo in kernel/power/process.c Jackie Zamow
@ 2020-10-27 18:15 ` Rafael J. Wysocki
  0 siblings, 0 replies; 2+ messages in thread
From: Rafael J. Wysocki @ 2020-10-27 18:15 UTC (permalink / raw)
  To: Jackie Zamow
  Cc: Rafael J. Wysocki, Len Brown, Pavel Machek, Linux PM,
	Linux Kernel Mailing List

On Tue, Oct 27, 2020 at 1:43 PM Jackie Zamow <jackie.zamow@gmail.com> wrote:
>
> This patch fixes a typo found in the function freeze_processes()
>
> Signed-off-by: Jackie Zamow <jackie.zamow@gmail.com>
>
> ---
>  kernel/power/process.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/kernel/power/process.c b/kernel/power/process.c
> index 4b6a54da7e65..45b054b7b5ec 100644
> --- a/kernel/power/process.c
> +++ b/kernel/power/process.c
> @@ -146,7 +146,7 @@ int freeze_processes(void)
>         BUG_ON(in_atomic());
>
>         /*
> -        * Now that the whole userspace is frozen we need to disbale
> +        * Now that the whole userspace is frozen we need to disable
>          * the OOM killer to disallow any further interference with
>          * killable tasks. There is no guarantee oom victims will
>          * ever reach a point they go away we have to wait with a timeout.
> --

Applied as 5.10-rc material with some subject and changelog edits, thanks!

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

end of thread, other threads:[~2020-10-27 18:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-27 12:43 [PATCH] power: fix typo in kernel/power/process.c Jackie Zamow
2020-10-27 18:15 ` Rafael J. Wysocki

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.