diff mbox series

[next] PM: hibernate: Fix spelling mistake "hiberantion" -> "hibernation"

Message ID 20231215112950.13916-1-colin.i.king@gmail.com (mailing list archive)
State Superseded, archived
Headers show
Series [next] PM: hibernate: Fix spelling mistake "hiberantion" -> "hibernation" | expand

Commit Message

Colin Ian King Dec. 15, 2023, 11:29 a.m. UTC
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(-)

Comments

Rafael J. Wysocki Dec. 15, 2023, 11:37 a.m. UTC | #1
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.
diff mbox series

Patch

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;