All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] timekeeping: Fix spelling mistake in Kconfig "fullfill" -> "fulfill"
@ 2020-12-17 17:17 Colin King
  2020-12-17 22:00   ` Linus Walleij
  2020-12-18 22:21 ` [tip: timers/urgent] " tip-bot2 for Colin Ian King
  0 siblings, 2 replies; 4+ messages in thread
From: Colin King @ 2020-12-17 17:17 UTC (permalink / raw)
  To: Geert Uytterhoeven, Arnd Bergmann, Linus Walleij, Thomas Gleixner
  Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

There is a spelling mistake in the Kconfig help text. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 kernel/time/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/time/Kconfig b/kernel/time/Kconfig
index 9a41848b6ebb..83e158d016ba 100644
--- a/kernel/time/Kconfig
+++ b/kernel/time/Kconfig
@@ -141,7 +141,7 @@ config CONTEXT_TRACKING_FORCE
 	  dynticks working.
 
 	  This option stands for testing when an arch implements the
-	  context tracking backend but doesn't yet fullfill all the
+	  context tracking backend but doesn't yet fulfill all the
 	  requirements to make the full dynticks feature working.
 	  Without the full dynticks, there is no way to test the support
 	  for context tracking and the subsystems that rely on it: RCU
-- 
2.29.2


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

* Re: [PATCH] timekeeping: Fix spelling mistake in Kconfig "fullfill" -> "fulfill"
  2020-12-17 17:17 [PATCH] timekeeping: Fix spelling mistake in Kconfig "fullfill" -> "fulfill" Colin King
@ 2020-12-17 22:00   ` Linus Walleij
  2020-12-18 22:21 ` [tip: timers/urgent] " tip-bot2 for Colin Ian King
  1 sibling, 0 replies; 4+ messages in thread
From: Linus Walleij @ 2020-12-17 22:00 UTC (permalink / raw)
  To: Colin King
  Cc: Geert Uytterhoeven, Arnd Bergmann, Thomas Gleixner,
	kernel-janitors, linux-kernel

On Thu, Dec 17, 2020 at 6:17 PM Colin King <colin.king@canonical.com> wrote:

> From: Colin Ian King <colin.king@canonical.com>
>
> There is a spelling mistake in the Kconfig help text. Fix it.
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Acked-by: Linus Walleij <linus.walleij@linaro.org>

Yours,
Linus Walleij

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

* Re: [PATCH] timekeeping: Fix spelling mistake in Kconfig "fullfill" -> "fulfill"
@ 2020-12-17 22:00   ` Linus Walleij
  0 siblings, 0 replies; 4+ messages in thread
From: Linus Walleij @ 2020-12-17 22:00 UTC (permalink / raw)
  To: Colin King
  Cc: Geert Uytterhoeven, Arnd Bergmann, Thomas Gleixner,
	kernel-janitors, linux-kernel

On Thu, Dec 17, 2020 at 6:17 PM Colin King <colin.king@canonical.com> wrote:

> From: Colin Ian King <colin.king@canonical.com>
>
> There is a spelling mistake in the Kconfig help text. Fix it.
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Acked-by: Linus Walleij <linus.walleij@linaro.org>

Yours,
Linus Walleij

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

* [tip: timers/urgent] timekeeping: Fix spelling mistake in Kconfig "fullfill" -> "fulfill"
  2020-12-17 17:17 [PATCH] timekeeping: Fix spelling mistake in Kconfig "fullfill" -> "fulfill" Colin King
  2020-12-17 22:00   ` Linus Walleij
@ 2020-12-18 22:21 ` tip-bot2 for Colin Ian King
  1 sibling, 0 replies; 4+ messages in thread
From: tip-bot2 for Colin Ian King @ 2020-12-18 22:21 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: Colin Ian King, Thomas Gleixner, Linus Walleij, x86, linux-kernel

The following commit has been merged into the timers/urgent branch of tip:

Commit-ID:     f6f5cd840ae782680c5e94048c72420e4e6857f9
Gitweb:        https://git.kernel.org/tip/f6f5cd840ae782680c5e94048c72420e4e6857f9
Author:        Colin Ian King <colin.king@canonical.com>
AuthorDate:    Thu, 17 Dec 2020 17:17:05 
Committer:     Thomas Gleixner <tglx@linutronix.de>
CommitterDate: Fri, 18 Dec 2020 23:15:00 +01:00

timekeeping: Fix spelling mistake in Kconfig "fullfill" -> "fulfill"

There is a spelling mistake in the Kconfig help text. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20201217171705.57586-1-colin.king@canonical.com

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

diff --git a/kernel/time/Kconfig b/kernel/time/Kconfig
index a09b1d6..64051f4 100644
--- a/kernel/time/Kconfig
+++ b/kernel/time/Kconfig
@@ -141,7 +141,7 @@ config CONTEXT_TRACKING_FORCE
 	  dynticks working.
 
 	  This option stands for testing when an arch implements the
-	  context tracking backend but doesn't yet fullfill all the
+	  context tracking backend but doesn't yet fulfill all the
 	  requirements to make the full dynticks feature working.
 	  Without the full dynticks, there is no way to test the support
 	  for context tracking and the subsystems that rely on it: RCU

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

end of thread, other threads:[~2020-12-18 22:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-17 17:17 [PATCH] timekeeping: Fix spelling mistake in Kconfig "fullfill" -> "fulfill" Colin King
2020-12-17 22:00 ` Linus Walleij
2020-12-17 22:00   ` Linus Walleij
2020-12-18 22:21 ` [tip: timers/urgent] " tip-bot2 for Colin Ian King

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.