diff mbox series

kernel/power/Kconfig: patch, typo a single letter missing at line 32: should have been run-time, not run-tim

Message ID E1pPlqm-0008w6-Ou@mx1.net9.ga (mailing list archive)
State Not Applicable, archived
Headers show
Series kernel/power/Kconfig: patch, typo a single letter missing at line 32: should have been run-time, not run-tim | expand

Commit Message

u34@net9.ga Feb. 8, 2023, 2:55 p.m. UTC
typo at line # 32: a single letter is missing: should have been run-time, not run-tim

config SUSPEND_SKIP_SYNC
..

--
u34

Comments

Rafael J. Wysocki Feb. 9, 2023, 8:09 p.m. UTC | #1
On Wed, Feb 8, 2023 at 4:29 PM <u34@net9.ga> wrote:
>
> typo at line # 32: a single letter is missing: should have been run-time, not run-tim
>
> config SUSPEND_SKIP_SYNC
> ..
> --- a/kernel/power/Kconfig      2023-02-05 23:31:11.897067253 +0000
> +++ b/kernel/power/Kconfig      2023-02-05 23:31:04.410465595 +0000
> @@ -29,7 +29,7 @@
>           of suspend, or they are content with invoking sync() from
>           user-space before invoking suspend.  There's a run-time switch
>           at '/sys/power/sync_on_suspend' to configure this behaviour.
> -         This setting changes the default for the run-tim switch. Say Y
> +         This setting changes the default for the run-time switch. Say Y
>           to change the default to disable the kernel sys_sync().
>
>  config HIBERNATE_CALLBACKS
>
> --

This patch is not applicable due to the missing Signed-off-by tag.  It
has other problems too, but this one alone is sufficient to block it.

Thanks!
u34@net9.ga Feb. 15, 2023, 9:53 a.m. UTC | #2
"Rafael J. Wysocki" <rafael@kernel.org> wrote:

> On Wed, Feb 8, 2023 at 4:29 PM <u34@net9.ga> wrote:
> >
> > typo at line # 32: a single letter is missing: should have been run-time, not run-tim
> >
> > config SUSPEND_SKIP_SYNC
> > ..
> > --- a/kernel/power/Kconfig      2023-02-05 23:31:11.897067253 +0000
> > +++ b/kernel/power/Kconfig      2023-02-05 23:31:04.410465595 +0000
> > @@ -29,7 +29,7 @@
> >           of suspend, or they are content with invoking sync() from
> >           user-space before invoking suspend.  There's a run-time switch
> >           at '/sys/power/sync_on_suspend' to configure this behaviour.
> > -         This setting changes the default for the run-tim switch. Say Y
> > +         This setting changes the default for the run-time switch. Say Y
> >           to change the default to disable the kernel sys_sync().
> >
> >  config HIBERNATE_CALLBACKS
> >
> > --
> 
> This patch is not applicable due to the missing Signed-off-by tag.  It
> has other problems too, but this one alone is sufficient to block it.
> 
> Thanks!

from: "urdopz safk" <u34@net9.ga>
Hello,
2nd attempt to get it accepted, since reviewers had comments for the 1st  
attempt:

Typo: run-time, with the letter e. Not run-tim.

Signed-off-by: "urdopz safk" <u34@net9.ga>
---
Fix a typo at config SUSPEND_SKIP_SYNC help text. run-time, not run-tim 
without the letter e.
diff --git i/kernel/power/Kconfig w/kernel/power/Kconfig
index 60a1d3051cc7..6ee3345bae64 100644

--- i/kernel/power/Kconfig
+++ w/kernel/power/Kconfig
@@ -29,7 +29,7 @@ config SUSPEND_SKIP_SYNC
 	  of suspend, or they are content with invoking sync() from
 	  user-space before invoking suspend.  There's a run-time switch
 	  at '/sys/power/sync_on_suspend' to configure this behaviour.
-	  This setting changes the default for the run-tim switch. Say Y
+	  This setting changes the default for the run-time switch. Say Y
 	  to change the default to disable the kernel sys_sync().
 
 config HIBERNATE_CALLBACKS
diff mbox series

Patch

--- a/kernel/power/Kconfig	2023-02-05 23:31:11.897067253 +0000
+++ b/kernel/power/Kconfig	2023-02-05 23:31:04.410465595 +0000
@@ -29,7 +29,7 @@ 
 	  of suspend, or they are content with invoking sync() from
 	  user-space before invoking suspend.  There's a run-time switch
 	  at '/sys/power/sync_on_suspend' to configure this behaviour.
-	  This setting changes the default for the run-tim switch. Say Y
+	  This setting changes the default for the run-time switch. Say Y
 	  to change the default to disable the kernel sys_sync().
 
 config HIBERNATE_CALLBACKS