[PATCH] x86/fred: Add missing *it* to Kconfig description

Paul Menzel posted 1 patch 1 year, 11 months ago
arch/x86/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] x86/fred: Add missing *it* to Kconfig description
Posted by Paul Menzel 1 year, 11 months ago
The sentence is incomplete, so add the missing *it*.

Fixes: 2cce95918d63 ("x86/fred: Add Kconfig option for FRED (CONFIG_X86_FRED)")
Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de>
---
As a casual user, I wouldn\ufffd\ufffd\ufffdt know how to figure out, what is required
from my system to support FRED.

 arch/x86/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 8f7271d9f1d7..5fc9fdb84f46 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -504,7 +504,7 @@ config X86_FRED
 	  When enabled, try to use Flexible Return and Event Delivery
 	  instead of the legacy SYSCALL/SYSENTER/IDT architecture for
 	  ring transitions and exception/interrupt handling if the
-	  system supports.
+	  system supports it.
 
 if X86_32
 config X86_BIGSMP
-- 
2.43.0
Re: [PATCH] x86/fred: Add missing *it* to Kconfig description
Posted by H. Peter Anvin 1 year, 11 months ago
LOL. Major QA failure :)

Acked-by: H. Peter Anvin (Intel) <hpa@zytor.com>

Major QA failure there.

On 3/12/24 09:19, Paul Menzel wrote:
> The sentence is incomplete, so add the missing *it*.
> 
> Fixes: 2cce95918d63 ("x86/fred: Add Kconfig option for FRED (CONFIG_X86_FRED)")
> Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de>
> ---
> As a casual user, I wouldn’t know how to figure out, what is required
> from my system to support FRED.
> 
>   arch/x86/Kconfig | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
> index 8f7271d9f1d7..5fc9fdb84f46 100644
> --- a/arch/x86/Kconfig
> +++ b/arch/x86/Kconfig
> @@ -504,7 +504,7 @@ config X86_FRED
>   	  When enabled, try to use Flexible Return and Event Delivery
>   	  instead of the legacy SYSCALL/SYSENTER/IDT architecture for
>   	  ring transitions and exception/interrupt handling if the
> -	  system supports.
> +	  system supports it.
>   
>   if X86_32
>   config X86_BIGSMP
[tip: x86/cleanups] x86/fred: Fix typo in Kconfig description
Posted by tip-bot2 for Paul Menzel 1 year, 10 months ago
The following commit has been merged into the x86/cleanups branch of tip:

Commit-ID:     3c41786cab885f9c542e89f624bcdb71187dbb75
Gitweb:        https://git.kernel.org/tip/3c41786cab885f9c542e89f624bcdb71187dbb75
Author:        Paul Menzel <pmenzel@molgen.mpg.de>
AuthorDate:    Tue, 12 Mar 2024 17:19:58 +01:00
Committer:     Ingo Molnar <mingo@kernel.org>
CommitterDate: Fri, 22 Mar 2024 12:27:31 +01:00

x86/fred: Fix typo in Kconfig description

Fixes: 2cce95918d63 ("x86/fred: Add Kconfig option for FRED (CONFIG_X86_FRED)")
Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Acked-by: H. Peter Anvin (Intel) <hpa@zytor.com>
Link: https://lore.kernel.org/r/20240312161958.102927-2-pmenzel@molgen.mpg.de

 arch/x86/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
 arch/x86/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 7aed87c..bf2b2cb 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -504,7 +504,7 @@ config X86_FRED
 	  When enabled, try to use Flexible Return and Event Delivery
 	  instead of the legacy SYSCALL/SYSENTER/IDT architecture for
 	  ring transitions and exception/interrupt handling if the
-	  system supports.
+	  system supports it.
 
 if X86_32
 config X86_BIGSMP