lkml.org 
[lkml]   [2023]   [Dec]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
SubjectRe: [PATCH][next] PM: hibernate: Fix spelling mistake "hiberantion" -> "hibernation"
On Fri, Dec 15, 2023 at 12:29 PM Colin Ian King <colin.i.king@gmail.com> wrote:
>
> There is a spelling mistake in a pr_info message. Fix it.
>
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
> ---
> kernel/power/hibernate.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/kernel/power/hibernate.c b/kernel/power/hibernate.c
> index f8c81ef5b172..4b0b7cf2e019 100644
> --- a/kernel/power/hibernate.c
> +++ b/kernel/power/hibernate.c
> @@ -671,7 +671,7 @@ static void power_down(void)
> if (error == -EAGAIN || error == -EBUSY) {
> swsusp_unmark();
> events_check_enabled = false;
> - pr_info("Wakeup event detected during hiberantion, rolling back.\n");
> + pr_info("Wakeup event detected during hibernation, rolling back.\n");
> return;
> }
> fallthrough;
> --

Thanks, I've fixed it in the tree in the meantime.

\
 
 \ /
  Last update: 2023-12-15 12:37    [W:0.030 / U:0.116 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site