[bootlin/training-materials updates] master: kernel: modules: Put the description of out-of-tree right next to the term (89a5f15c)

Miquel Raynal miquel.raynal at bootlin.com
Wed Nov 10 11:09:13 CET 2021


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/89a5f15c60f98ac0226e2b4fd54077b81424831c

>---------------------------------------------------------------

commit 89a5f15c60f98ac0226e2b4fd54077b81424831c
Author: Miquel Raynal <miquel.raynal at bootlin.com>
Date:   Wed Nov 10 10:31:35 2021 +0100

    kernel: modules: Put the description of out-of-tree right next to the term
    
    Signed-off-by: Miquel Raynal <miquel.raynal at bootlin.com>


>---------------------------------------------------------------

89a5f15c60f98ac0226e2b4fd54077b81424831c
 .../kernel-driver-development-modules.tex                            | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/slides/kernel-driver-development-modules/kernel-driver-development-modules.tex b/slides/kernel-driver-development-modules/kernel-driver-development-modules.tex
index 341735bc..922a187c 100644
--- a/slides/kernel-driver-development-modules/kernel-driver-development-modules.tex
+++ b/slides/kernel-driver-development-modules/kernel-driver-development-modules.tex
@@ -139,10 +139,9 @@ MODULE_AUTHOR("William Shakespeare");
   \frametitle{Compiling a module}
   Two solutions
   \begin{itemize}
-  \item \emph{Out of tree}
+  \item \emph{Out of tree}, when the code is outside of the kernel
+    source tree, in a different directory
     \begin{itemize}
-    \item When the code is outside of the kernel source tree, in a
-      different directory
     \item Advantage: Might be easier to handle than modifications to
       the kernel itself
     \item Drawbacks: Not integrated to the kernel




More information about the training-materials-updates mailing list