[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <167464674857.4906.11845808884729998732.tip-bot2@tip-bot2>
Date: Wed, 25 Jan 2023 11:39:08 -0000
From: "tip-bot2 for Randy Dunlap" <tip-bot2@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc: Randy Dunlap <rdunlap@...radead.org>,
Ingo Molnar <mingo@...nel.org>, x86@...nel.org,
linux-kernel@...r.kernel.org
Subject: [tip: x86/cleanups] x86/Kconfig: Fix spellos & punctuation
The following commit has been merged into the x86/cleanups branch of tip:
Commit-ID: 54628de6792bfa86a8d73520b6fa0029971f9fc6
Gitweb: https://git.kernel.org/tip/54628de6792bfa86a8d73520b6fa0029971f9fc6
Author: Randy Dunlap <rdunlap@...radead.org>
AuthorDate: Tue, 24 Jan 2023 10:17:53 -08:00
Committer: Ingo Molnar <mingo@...nel.org>
CommitterDate: Wed, 25 Jan 2023 12:21:04 +01:00
x86/Kconfig: Fix spellos & punctuation
Fix spelling (reported by codespell) & punctuation in arch/x86/ Kconfig.
Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
Signed-off-by: Ingo Molnar <mingo@...nel.org>
Link: https://lore.kernel.org/r/20230124181753.19309-1-rdunlap@infradead.org
---
arch/x86/Kconfig | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 3604074..a825bf0 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -1502,7 +1502,7 @@ config X86_5LEVEL
depends on X86_64
help
5-level paging enables access to larger address space:
- upto 128 PiB of virtual address space and 4 PiB of
+ up to 128 PiB of virtual address space and 4 PiB of
physical address space.
It will be supported by future Intel CPUs.
@@ -2609,8 +2609,8 @@ config CALL_THUNKS_DEBUG
a noisy dmesg about callthunks generation and call patching for
trouble shooting. The debug prints need to be enabled on the
kernel command line with 'debug-callthunks'.
- Only enable this, when you are debugging call thunks as this
- creates a noticable runtime overhead. If unsure say N.
+ Only enable this when you are debugging call thunks as this
+ creates a noticeable runtime overhead. If unsure say N.
config CPU_IBPB_ENTRY
bool "Enable IBPB on kernel entry"
Powered by blists - more mailing lists