All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lizzy Fleckenstein <eliasfleckenstein@web.de>
To: linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org,
	akpm@linux-foundation.org, ndesaulniers@google.com,
	masahiroy@kernel.org
Cc: Lizzy Fleckenstein <eliasfleckenstein@web.de>
Subject: [PATCH] kconfig: fix typo (usafe -> unsafe)
Date: Mon,  9 Jan 2023 21:18:37 +0100	[thread overview]
Message-ID: <20230109201837.23873-1-eliasfleckenstein@web.de> (raw)

Fix the help text for the PRINTK_SAFE_LOG_BUF_SHIFT setting.

Signed-off-by: Lizzy Fleckenstein <eliasfleckenstein@web.de>
---
 init/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/init/Kconfig b/init/Kconfig
index 7e5c3ddc341d..57c8d224ea4c 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -776,7 +776,7 @@ config PRINTK_SAFE_LOG_BUF_SHIFT
 	depends on PRINTK
 	help
 	  Select the size of an alternate printk per-CPU buffer where messages
-	  printed from usafe contexts are temporary stored. One example would
+	  printed from unsafe contexts are temporary stored. One example would
 	  be NMI messages, another one - printk recursion. The messages are
 	  copied to the main log buffer in a safe context to avoid a deadlock.
 	  The value defines the size as a power of 2.
--
2.39.0


             reply	other threads:[~2023-01-09 20:24 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-09 20:18 Lizzy Fleckenstein [this message]
2023-01-09 20:55 ` [PATCH] kconfig: fix typo (usafe -> unsafe) Nick Desaulniers
2023-01-11 11:49 ` Masahiro Yamada

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230109201837.23873-1-eliasfleckenstein@web.de \
    --to=eliasfleckenstein@web.de \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kbuild@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=masahiroy@kernel.org \
    --cc=ndesaulniers@google.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.