All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] doc: kbuild: fix default in `imply` table
@ 2021-12-31 19:59 Miguel Ojeda
  2022-01-03  6:55 ` Masahiro Yamada
  0 siblings, 1 reply; 2+ messages in thread
From: Miguel Ojeda @ 2021-12-31 19:59 UTC (permalink / raw)
  To: Masahiro Yamada
  Cc: Michal Marek, Nick Desaulniers, Jonathan Corbet, Miguel Ojeda,
	linux-kbuild, linux-doc, linux-kernel

`BAZ` takes `FOO`'s value as default (as far as `BAR` allows it).

Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
---
 Documentation/kbuild/kconfig-language.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/kbuild/kconfig-language.rst b/Documentation/kbuild/kconfig-language.rst
index 98c24183d8c3..93a5b6e1fabd 100644
--- a/Documentation/kbuild/kconfig-language.rst
+++ b/Documentation/kbuild/kconfig-language.rst
@@ -176,7 +176,7 @@ applicable everywhere (see syntax).
 	y		y		y		Y/m/n
 	n		m		n		N/m
 	m		m		m		M/n
-	y		m		n		M/n
+	y		m		m		M/n
 	y		n		*		N
 	===		===		=============	==============
 
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] doc: kbuild: fix default in `imply` table
  2021-12-31 19:59 [PATCH] doc: kbuild: fix default in `imply` table Miguel Ojeda
@ 2022-01-03  6:55 ` Masahiro Yamada
  0 siblings, 0 replies; 2+ messages in thread
From: Masahiro Yamada @ 2022-01-03  6:55 UTC (permalink / raw)
  To: Miguel Ojeda
  Cc: Michal Marek, Nick Desaulniers, Jonathan Corbet,
	Linux Kbuild mailing list, open list:DOCUMENTATION,
	Linux Kernel Mailing List

On Sat, Jan 1, 2022 at 5:01 AM Miguel Ojeda <ojeda@kernel.org> wrote:
>
> `BAZ` takes `FOO`'s value as default (as far as `BAR` allows it).
>
> Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
> ---
>  Documentation/kbuild/kconfig-language.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/kbuild/kconfig-language.rst b/Documentation/kbuild/kconfig-language.rst
> index 98c24183d8c3..93a5b6e1fabd 100644
> --- a/Documentation/kbuild/kconfig-language.rst
> +++ b/Documentation/kbuild/kconfig-language.rst
> @@ -176,7 +176,7 @@ applicable everywhere (see syntax).
>         y               y               y               Y/m/n
>         n               m               n               N/m
>         m               m               m               M/n
> -       y               m               n               M/n
> +       y               m               m               M/n
>         y               n               *               N
>         ===             ===             =============   ==============
>
> --
> 2.34.1
>


Applied to linux-kbuild. Thanks.

-- 
Best Regards
Masahiro Yamada

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-01-03  6:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-31 19:59 [PATCH] doc: kbuild: fix default in `imply` table Miguel Ojeda
2022-01-03  6:55 ` Masahiro Yamada

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.