[XEN PATCH] docs/misc: fix document typo

yang.xu@mediatek.com posted 1 patch 9 months, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20230718122529.19912-1-yang.xu@mediatek.com
docs/misc/xen-makefiles/makefiles.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[XEN PATCH] docs/misc: fix document typo
Posted by yang.xu@mediatek.com 9 months, 2 weeks ago
From: Yang Xu <yang.xu@mediatek.com>

Fix document typo for more accurate meaning

Signed-off-by: Yang Xu <yang.xu@mediatek.com>
---
 docs/misc/xen-makefiles/makefiles.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/misc/xen-makefiles/makefiles.rst b/docs/misc/xen-makefiles/makefiles.rst
index 04bc72601c..bc2f932fbc 100644
--- a/docs/misc/xen-makefiles/makefiles.rst
+++ b/docs/misc/xen-makefiles/makefiles.rst
@@ -68,7 +68,7 @@ Descending down in directories
 
 	It is good practice to use a `CONFIG_` variable when assigning directory
 	names. This allows the build system to totally skip the directory if the
-	corresponding `CONFIG_` option is 'y'.
+	corresponding `CONFIG_` option is not set to 'y'.
 
 Compilation flags
 -----------------
-- 
2.25.1
Re: [XEN PATCH] docs/misc: fix document typo
Posted by Stefano Stabellini 9 months, 2 weeks ago
On Tue, 18 Jul 2023, yang.xu@mediatek.com wrote:
> From: Yang Xu <yang.xu@mediatek.com>
> 
> Fix document typo for more accurate meaning
> 
> Signed-off-by: Yang Xu <yang.xu@mediatek.com>

Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>


> ---
>  docs/misc/xen-makefiles/makefiles.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/docs/misc/xen-makefiles/makefiles.rst b/docs/misc/xen-makefiles/makefiles.rst
> index 04bc72601c..bc2f932fbc 100644
> --- a/docs/misc/xen-makefiles/makefiles.rst
> +++ b/docs/misc/xen-makefiles/makefiles.rst
> @@ -68,7 +68,7 @@ Descending down in directories
>  
>  	It is good practice to use a `CONFIG_` variable when assigning directory
>  	names. This allows the build system to totally skip the directory if the
> -	corresponding `CONFIG_` option is 'y'.
> +	corresponding `CONFIG_` option is not set to 'y'.
>  
>  Compilation flags
>  -----------------
> -- 
> 2.25.1
>