mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 1/3] kconfig: doc: fix a typo in the note about 'imply'
@ 2024-06-03 16:19 Masahiro Yamada
  2024-06-03 16:19 ` [PATCH 2/3] kconfig: doc: document behavior of 'select' and 'imply' followed by 'if' Masahiro Yamada
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Masahiro Yamada @ 2024-06-03 16:19 UTC (permalink / raw)
  To: linux-kbuild; +Cc: linux-kernel, Masahiro Yamada

This sentence does not make sense due to a typo. Fix it.

Fixes: def2fbffe62c ("kconfig: allow symbols implied by y to become m")
Signed-off-by: Masahiro Yamada <masahiroy@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 555c2f839969..86be5b857cc4 100644
--- a/Documentation/kbuild/kconfig-language.rst
+++ b/Documentation/kbuild/kconfig-language.rst
@@ -184,7 +184,7 @@ applicable everywhere (see syntax).
   ability to hook into a secondary subsystem while allowing the user to
   configure that subsystem out without also having to unset these drivers.
 
-  Note: If the combination of FOO=y and BAR=m causes a link error,
+  Note: If the combination of FOO=y and BAZ=m causes a link error,
   you can guard the function call with IS_REACHABLE()::
 
 	foo_init()
-- 
2.40.1


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

end of thread, other threads:[~2024-06-04  2:09 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-03 16:19 [PATCH 1/3] kconfig: doc: fix a typo in the note about 'imply' Masahiro Yamada
2024-06-03 16:19 ` [PATCH 2/3] kconfig: doc: document behavior of 'select' and 'imply' followed by 'if' Masahiro Yamada
2024-06-03 21:28   ` Randy Dunlap
2024-06-03 16:19 ` [PATCH 3/3] kconfig: remove wrong expr_trans_bool() Masahiro Yamada
2024-06-03 21:30   ` Randy Dunlap
2024-06-04  2:08   ` Masahiro Yamada
2024-06-03 21:27 ` [PATCH 1/3] kconfig: doc: fix a typo in the note about 'imply' Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®