summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlrich Ölmann <u.oelmann@pengutronix.de>2023-03-28 12:48:52 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-04-03 14:48:47 +0100
commit26cfcb7b2dd539480bff2dd9888e41f885045f03 (patch)
treec5f3550a630088d9b4c33ab174181d269e962f87
parent3525a67b0cddcfd61e23065fda0943f3f3723657 (diff)
downloadpoky-26cfcb7b2dd539480bff2dd9888e41f885045f03.tar.gz
kernel-dev: fix typos
(From yocto-docs rev: 79aa7b7bf1690267b1e7900fdf10165be5b460af) Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/kernel-dev/common.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/kernel-dev/common.rst b/documentation/kernel-dev/common.rst
index e0a85575c1..1d85202df4 100644
--- a/documentation/kernel-dev/common.rst
+++ b/documentation/kernel-dev/common.rst
@@ -1083,7 +1083,7 @@ Consider an example that configures the "CONFIG_SMP" setting for the
1083.. note:: 1083.. note::
1084 1084
1085 The OpenEmbedded build system recognizes this kernel as ``linux-yocto`` 1085 The OpenEmbedded build system recognizes this kernel as ``linux-yocto``
1086 through Metadata (e.g. :term:`PREFERRED_VERSION`\ ``_linux-yocto ?= "12.4%"``). 1086 through Metadata (e.g. :term:`PREFERRED_VERSION`\ ``_linux-yocto ?= "4.12%"``).
1087 1087
1088Once ``menuconfig`` launches, use the interface to navigate through the 1088Once ``menuconfig`` launches, use the interface to navigate through the
1089selections to find the configuration settings in which you are 1089selections to find the configuration settings in which you are
@@ -1384,7 +1384,7 @@ runs. This task validates the kernel configuration by checking the final
1384``.config`` file against the input files. During the check, the task 1384``.config`` file against the input files. During the check, the task
1385produces warning messages for the following issues: 1385produces warning messages for the following issues:
1386 1386
1387- Requested options that did not make the final ``.config`` file. 1387- Requested options that did not make it into the final ``.config`` file.
1388 1388
1389- Configuration items that appear twice in the same configuration 1389- Configuration items that appear twice in the same configuration
1390 fragment. 1390 fragment.