[PATCH v1] kconfig: fix typo in XEN_SHSTK description

Olaf Hering posted 1 patch 3 years, 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/xen tags/patchew/20200630102119.16870-1-olaf@aepfle.de
Maintainers: Jan Beulich <jbeulich@suse.com>, Andrew Cooper <andrew.cooper3@citrix.com>, "Roger Pau Monné" <roger.pau@citrix.com>, Wei Liu <wl@xen.org>
xen/arch/x86/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH v1] kconfig: fix typo in XEN_SHSTK description
Posted by Olaf Hering 3 years, 9 months ago
Rename 'vai' to 'via'.

Signed-off-by: Olaf Hering <olaf@aepfle.de>
---
 xen/arch/x86/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xen/arch/x86/Kconfig b/xen/arch/x86/Kconfig
index 4a2ec87ff5..a636a4bb1e 100644
--- a/xen/arch/x86/Kconfig
+++ b/xen/arch/x86/Kconfig
@@ -113,7 +113,7 @@ config XEN_SHSTK
 
 	  This option arranges for Xen to use CET-SS for its own protection.
 	  When CET-SS is active, 32bit PV guests cannot be used.  Backwards
-	  compatiblity can be provided vai the PV Shim mechanism.
+	  compatiblity can be provided via the PV Shim mechanism.
 
 config SHADOW_PAGING
         bool "Shadow Paging"

RE: [PATCH v1] kconfig: fix typo in XEN_SHSTK description
Posted by Paul Durrant 3 years, 9 months ago
> -----Original Message-----
> From: Xen-devel <xen-devel-bounces@lists.xenproject.org> On Behalf Of Olaf Hering
> Sent: 30 June 2020 11:21
> To: xen-devel@lists.xenproject.org
> Cc: Andrew Cooper <andrew.cooper3@citrix.com>; Olaf Hering <olaf@aepfle.de>; Wei Liu <wl@xen.org>; Jan
> Beulich <jbeulich@suse.com>; Roger Pau Monné <roger.pau@citrix.com>
> Subject: [PATCH v1] kconfig: fix typo in XEN_SHSTK description
> 
> Rename 'vai' to 'via'.
> 
> Signed-off-by: Olaf Hering <olaf@aepfle.de>
> ---
>  xen/arch/x86/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/xen/arch/x86/Kconfig b/xen/arch/x86/Kconfig
> index 4a2ec87ff5..a636a4bb1e 100644
> --- a/xen/arch/x86/Kconfig
> +++ b/xen/arch/x86/Kconfig
> @@ -113,7 +113,7 @@ config XEN_SHSTK
> 
>  	  This option arranges for Xen to use CET-SS for its own protection.
>  	  When CET-SS is active, 32bit PV guests cannot be used.  Backwards
> -	  compatiblity can be provided vai the PV Shim mechanism.
> +	  compatiblity can be provided via the PV Shim mechanism.
> 
>  config SHADOW_PAGING
>          bool "Shadow Paging"

Since it's trivial and cosmetic only this can go in 4.14, so...

Reviewed-by: Paul Durrant <paul@xen.org>
Release-acked-by: Paul Durrant <paul@xen.org>