diff mbox series

doc: kbuild: fix default in `imply` table

Message ID 20211231195925.GA1678@kernel.org (mailing list archive)
State New, archived
Headers show
Series doc: kbuild: fix default in `imply` table | expand

Commit Message

Miguel Ojeda Dec. 31, 2021, 7:59 p.m. UTC
`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(-)

Comments

Masahiro Yamada Jan. 3, 2022, 6:55 a.m. UTC | #1
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.
diff mbox series

Patch

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
 	===		===		=============	==============