All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] ref-manual: classes: kernel: remove incorrect sentence opening
@ 2023-05-05  9:10 Luca Ceresoli
  2023-05-05  9:10 ` [PATCH 2/2] ref-manual: classes: kernel: document automatic defconfig usage Luca Ceresoli
  0 siblings, 1 reply; 5+ messages in thread
From: Luca Ceresoli @ 2023-05-05  9:10 UTC (permalink / raw)
  To: docs; +Cc: Luca Ceresoli

"This means that" implies that this sentence is a consequence of the
previous, but this is not the case, the two sentences being quite unrelated
to each other.

Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
---
 documentation/ref-manual/classes.rst | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst
index a78368b380f6..de2d97de3038 100644
--- a/documentation/ref-manual/classes.rst
+++ b/documentation/ref-manual/classes.rst
@@ -1532,11 +1532,11 @@ code to build all kernel trees. All needed headers are staged into the
 :term:`STAGING_KERNEL_DIR` directory to allow out-of-tree module builds
 using the :ref:`ref-classes-module` class.
 
-This means that each built kernel module is packaged separately and
-inter-module dependencies are created by parsing the ``modinfo`` output.
-If all modules are required, then installing the ``kernel-modules``
-package installs all packages with modules and various other kernel
-packages such as ``kernel-vmlinux``.
+Each built kernel module is packaged separately and inter-module
+dependencies are created by parsing the ``modinfo`` output.  If all modules
+are required, then installing the ``kernel-modules`` package installs all
+packages with modules and various other kernel packages such as
+``kernel-vmlinux``.
 
 The :ref:`ref-classes-kernel` class contains logic that allows you to embed an initial
 RAM filesystem (:term:`Initramfs`) image when you build the kernel image. For
-- 
2.34.1



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

end of thread, other threads:[~2023-05-05 16:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-05  9:10 [PATCH 1/2] ref-manual: classes: kernel: remove incorrect sentence opening Luca Ceresoli
2023-05-05  9:10 ` [PATCH 2/2] ref-manual: classes: kernel: document automatic defconfig usage Luca Ceresoli
2023-05-05 15:10   ` [docs] " Michael Opdenacker
     [not found]   ` <175C47EAC5CB336C.898@lists.yoctoproject.org>
2023-05-05 16:40     ` Michael Opdenacker
2023-05-05 16:49       ` Luca Ceresoli

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.