2018-09-26 10:32:57

by Geert Uytterhoeven

[permalink] [raw]
Subject: [PATCH trivial] xen/balloon: Grammar s/Is it/It is/

Signed-off-by: Geert Uytterhoeven <[email protected]>
---
drivers/xen/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/xen/Kconfig b/drivers/xen/Kconfig
index 90d387b50ab747f5..7f42d41f66ee98e3 100644
--- a/drivers/xen/Kconfig
+++ b/drivers/xen/Kconfig
@@ -86,7 +86,7 @@ config XEN_SCRUB_PAGES_DEFAULT
help
Scrub pages before returning them to the system for reuse by
other domains. This makes sure that any confidential data
- is not accidentally visible to other domains. Is it more
+ is not accidentally visible to other domains. It is more
secure, but slightly less efficient. This can be controlled with
xen_scrub_pages=0 parameter and
/sys/devices/system/xen_memory/xen_memory0/scrub_pages.
--
2.17.1



2018-09-26 19:28:16

by Boris Ostrovsky

[permalink] [raw]
Subject: Re: [PATCH trivial] xen/balloon: Grammar s/Is it/It is/

On 9/26/18 4:43 AM, Geert Uytterhoeven wrote:
> Signed-off-by: Geert Uytterhoeven <[email protected]>
> ---
> drivers/xen/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/xen/Kconfig b/drivers/xen/Kconfig
> index 90d387b50ab747f5..7f42d41f66ee98e3 100644
> --- a/drivers/xen/Kconfig
> +++ b/drivers/xen/Kconfig
> @@ -86,7 +86,7 @@ config XEN_SCRUB_PAGES_DEFAULT
> help
> Scrub pages before returning them to the system for reuse by
> other domains. This makes sure that any confidential data
> - is not accidentally visible to other domains. Is it more
> + is not accidentally visible to other domains. It is more
> secure, but slightly less efficient. This can be controlled with
> xen_scrub_pages=0 parameter and
> /sys/devices/system/xen_memory/xen_memory0/scrub_pages.


Applied to for-linus-19b.

-boris