linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Kconfig: Fix spelling mistake in user-visible help text
@ 2019-10-25 23:02 Srivatsa S. Bhat
  2019-11-12 10:38 ` [tip: sched/rt] sched/Kconfig: " tip-bot2 for Srivatsa S. Bhat (VMware)
  2019-11-13 19:55 ` [PATCH] Kconfig: " Steven Rostedt
  0 siblings, 2 replies; 3+ messages in thread
From: Srivatsa S. Bhat @ 2019-10-25 23:02 UTC (permalink / raw)
  To: tglx, rostedt, mingo; +Cc: linux-kernel, akaher, bordoloih, srivatsa, srivatsab

From: Srivatsa S. Bhat (VMware) <srivatsa@csail.mit.edu>

Fix a spelling mistake in the help text for PREEMPT_RT.

Signed-off-by: Srivatsa S. Bhat (VMware) <srivatsa@csail.mit.edu>
---

 kernel/Kconfig.preempt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/Kconfig.preempt b/kernel/Kconfig.preempt
index deff972..bf82259 100644
--- a/kernel/Kconfig.preempt
+++ b/kernel/Kconfig.preempt
@@ -65,7 +65,7 @@ config PREEMPT_RT
 	  preemptible priority-inheritance aware variants, enforcing
 	  interrupt threading and introducing mechanisms to break up long
 	  non-preemptible sections. This makes the kernel, except for very
-	  low level and critical code pathes (entry code, scheduler, low
+	  low level and critical code paths (entry code, scheduler, low
 	  level interrupt handling) fully preemptible and brings most
 	  execution contexts under scheduler control.
 


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

* [tip: sched/rt] sched/Kconfig: Fix spelling mistake in user-visible help text
  2019-10-25 23:02 [PATCH] Kconfig: Fix spelling mistake in user-visible help text Srivatsa S. Bhat
@ 2019-11-12 10:38 ` tip-bot2 for Srivatsa S. Bhat (VMware)
  2019-11-13 19:55 ` [PATCH] Kconfig: " Steven Rostedt
  1 sibling, 0 replies; 3+ messages in thread
From: tip-bot2 for Srivatsa S. Bhat (VMware) @ 2019-11-12 10:38 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: Srivatsa S. Bhat (VMware),
	Thomas Gleixner, Ingo Molnar, Borislav Petkov, linux-kernel

The following commit has been merged into the sched/rt branch of tip:

Commit-ID:     d61ca3c25e0330c44d9a18b2a767197f10c0cd16
Gitweb:        https://git.kernel.org/tip/d61ca3c25e0330c44d9a18b2a767197f10c0cd16
Author:        Srivatsa S. Bhat (VMware) <srivatsa@csail.mit.edu>
AuthorDate:    Fri, 25 Oct 2019 16:02:07 -07:00
Committer:     Thomas Gleixner <tglx@linutronix.de>
CommitterDate: Tue, 12 Nov 2019 11:35:32 +01:00

sched/Kconfig: Fix spelling mistake in user-visible help text

Fix a spelling mistake in the help text for PREEMPT_RT.

Signed-off-by: Srivatsa S. Bhat (VMware) <srivatsa@csail.mit.edu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lkml.kernel.org/r/157204450499.10518.4542293884417101528.stgit@srivatsa-ubuntu

---
 kernel/Kconfig.preempt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/Kconfig.preempt b/kernel/Kconfig.preempt
index deff972..bf82259 100644
--- a/kernel/Kconfig.preempt
+++ b/kernel/Kconfig.preempt
@@ -65,7 +65,7 @@ config PREEMPT_RT
 	  preemptible priority-inheritance aware variants, enforcing
 	  interrupt threading and introducing mechanisms to break up long
 	  non-preemptible sections. This makes the kernel, except for very
-	  low level and critical code pathes (entry code, scheduler, low
+	  low level and critical code paths (entry code, scheduler, low
 	  level interrupt handling) fully preemptible and brings most
 	  execution contexts under scheduler control.
 

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

* Re: [PATCH] Kconfig: Fix spelling mistake in user-visible help text
  2019-10-25 23:02 [PATCH] Kconfig: Fix spelling mistake in user-visible help text Srivatsa S. Bhat
  2019-11-12 10:38 ` [tip: sched/rt] sched/Kconfig: " tip-bot2 for Srivatsa S. Bhat (VMware)
@ 2019-11-13 19:55 ` Steven Rostedt
  1 sibling, 0 replies; 3+ messages in thread
From: Steven Rostedt @ 2019-11-13 19:55 UTC (permalink / raw)
  To: Srivatsa S. Bhat
  Cc: tglx, mingo, linux-kernel, akaher, bordoloih, srivatsab, Peter Zijlstra

On Fri, 25 Oct 2019 16:02:07 -0700
"Srivatsa S. Bhat" <srivatsa@csail.mit.edu> wrote:

> From: Srivatsa S. Bhat (VMware) <srivatsa@csail.mit.edu>
> 
> Fix a spelling mistake in the help text for PREEMPT_RT.

I guess this should go in via the scheduler tree?

Reviewed-by: Steven Rostedt (VMware) <rostedt@goodmis.org>

-- Steve


> 
> Signed-off-by: Srivatsa S. Bhat (VMware) <srivatsa@csail.mit.edu>
> ---
> 
>  kernel/Kconfig.preempt |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/kernel/Kconfig.preempt b/kernel/Kconfig.preempt
> index deff972..bf82259 100644
> --- a/kernel/Kconfig.preempt
> +++ b/kernel/Kconfig.preempt
> @@ -65,7 +65,7 @@ config PREEMPT_RT
>  	  preemptible priority-inheritance aware variants, enforcing
>  	  interrupt threading and introducing mechanisms to break up long
>  	  non-preemptible sections. This makes the kernel, except for very
> -	  low level and critical code pathes (entry code, scheduler, low
> +	  low level and critical code paths (entry code, scheduler, low
>  	  level interrupt handling) fully preemptible and brings most
>  	  execution contexts under scheduler control.
>  


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

end of thread, other threads:[~2019-11-13 19:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-25 23:02 [PATCH] Kconfig: Fix spelling mistake in user-visible help text Srivatsa S. Bhat
2019-11-12 10:38 ` [tip: sched/rt] sched/Kconfig: " tip-bot2 for Srivatsa S. Bhat (VMware)
2019-11-13 19:55 ` [PATCH] Kconfig: " Steven Rostedt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).