Re: [PATCH] power: fix typo in kernel/power/process.c

From: Rafael J. Wysocki
Date: Tue Oct 27 2020 - 14:15:25 EST


On Tue, Oct 27, 2020 at 1:43 PM Jackie Zamow <jackie.zamow@xxxxxxxxx> wrote:
>
> This patch fixes a typo found in the function freeze_processes()
>
> Signed-off-by: Jackie Zamow <jackie.zamow@xxxxxxxxx>
>
> ---
> 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!