From: Miguel Ojeda Date: Fri, 31 Dec 2021 19:59:25 +0000 (+0100) Subject: doc: kbuild: fix default in `imply` table X-Git-Tag: v6.1-rc5~2178^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c199d5d0a79d4eb11623e0eb645b27d271f8d713;p=platform%2Fkernel%2Flinux-starfive.git doc: kbuild: fix default in `imply` table `BAZ` takes `FOO`'s value as default (as far as `BAR` allows it). Signed-off-by: Miguel Ojeda Signed-off-by: Masahiro Yamada --- diff --git a/Documentation/kbuild/kconfig-language.rst b/Documentation/kbuild/kconfig-language.rst index 98c2418..93a5b6e 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 === === ============= ==============