[bootlin/training-materials updates] master: slides/sysdev-kernel-building: fix broken test (f5aa4205)

Michael Opdenacker michael.opdenacker at bootlin.com
Wed Feb 15 17:21:36 CET 2023


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

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

commit f5aa4205033385f75799b904f1922fd8b11bb5c5
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Wed Feb 15 17:21:36 2023 +0100

    slides/sysdev-kernel-building: fix broken test
    
    The explanations for modules.dep weren't processed
    properly, and the full text still makes sense
    as long as we keep the explanations about modules.symbols
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

f5aa4205033385f75799b904f1922fd8b11bb5c5
 slides/sysdev-kernel-building/sysdev-kernel-building.tex | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/slides/sysdev-kernel-building/sysdev-kernel-building.tex b/slides/sysdev-kernel-building/sysdev-kernel-building.tex
index a13e83a4..94d71aee 100644
--- a/slides/sysdev-kernel-building/sysdev-kernel-building.tex
+++ b/slides/sysdev-kernel-building/sysdev-kernel-building.tex
@@ -461,13 +461,8 @@ CONFIG_FAT_DEFAULT_CODEPAGE=437
       Aliases for module loading utilities
       \ifthenelse{\equal{\training}{linux-kernel}}{, see next slide}{}
     \item \code{modules.dep}, \code{modules.dep.bin}\\
-      \ifthenelse{\equal{\training}{linux-kernel}}{}{
-        Kernel modules can depend on other modules, based on the
-        symbols (functions and data structures) they use.
-      }
-      {
-        Module dependencies
-      }
+        Module dependencies. Kernel modules can depend on other modules,
+        based on the symbols (functions and data structures) they use.
     \item \code{modules.symbols}, \code{modules.symbols.bin}\\
       Tells which module a given symbol belongs to (related to
       module dependencies).




More information about the training-materials-updates mailing list