Linux kbuild/kconfig development
 help / color / mirror / Atom feed
* [PATCH] Documentation: kbuild: fix typo in kconfig-language.rst
@ 2022-06-19 17:03 SangYuhiter
  2022-06-19 17:06 ` Randy Dunlap
  2022-06-19 19:12 ` Matthew Wilcox
  0 siblings, 2 replies; 3+ messages in thread
From: SangYuhiter @ 2022-06-19 17:03 UTC (permalink / raw)
  To: linux-kbuild; +Cc: masahiroy, linux-doc, SangYuhiter

change "default y/m" to "default y/n"
add " should be "default y" " in default section d)

Signed-off-by: SangYuhiter <sangyu.code@gmail.com>
---
 Documentation/kbuild/kconfig-language.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/kbuild/kconfig-language.rst b/Documentation/kbuild/kconfig-language.rst
index a7173843a294..ae3add11d5e7 100644
--- a/Documentation/kbuild/kconfig-language.rst
+++ b/Documentation/kbuild/kconfig-language.rst
@@ -92,7 +92,7 @@ applicable everywhere (see syntax).
  release to release.
 
  Note:
-	Things that merit "default y/m" include:
+	Things that merit "default y/n" include:
 
 	a) A new Kconfig option for something that used to always be built
 	   should be "default y".
@@ -105,7 +105,7 @@ applicable everywhere (see syntax).
 	   "default n". This allows you to provide sane defaults.
 
 	d) Hardware or infrastructure that everybody expects, such as CONFIG_NET
-	   or CONFIG_BLOCK. These are rare exceptions.
+	   or CONFIG_BLOCK, should be "default y". These are rare exceptions.
 
 - type definition + default value::
 
-- 
2.17.1


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

end of thread, other threads:[~2022-06-19 19:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-19 17:03 [PATCH] Documentation: kbuild: fix typo in kconfig-language.rst SangYuhiter
2022-06-19 17:06 ` Randy Dunlap
2022-06-19 19:12 ` Matthew Wilcox

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