[bootlin/training-materials updates] master: Kernel labs: say "Hello World" (c417ac85)

Michael Opdenacker michael.opdenacker at bootlin.com
Thu Feb 11 10:33:19 CET 2021


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

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

commit c417ac85779d6c542db98f7ead9554cc1a175718
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Thu Feb 11 10:33:19 2021 +0100

    Kernel labs: say "Hello World"
    
    ... instead of "Hello Master"
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

c417ac85779d6c542db98f7ead9554cc1a175718
 labs/kernel-module-simple/kernel-module-simple.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/labs/kernel-module-simple/kernel-module-simple.tex b/labs/kernel-module-simple/kernel-module-simple.tex
index 55a472c7..f1026843 100644
--- a/labs/kernel-module-simple/kernel-module-simple.tex
+++ b/labs/kernel-module-simple/kernel-module-simple.tex
@@ -25,7 +25,7 @@ Add C code to the \code{hello_version.c} file, to implement a module which
 displays this kind of message when loaded:
 
 \begin{verbatim}
-Hello Master. You are currently using Linux <version>.
+Hello World. You are currently using Linux <version>.
 \end{verbatim}
 
 ... and displays a goodbye message when unloaded.
@@ -59,7 +59,7 @@ modules. Now, try to get the list of loaded modules with only the
 \section{Adding a parameter to your module}
 
 Add a \code{who} parameter to your module. Your module will say
-\code{Hello <who>} instead of \code{Hello Master}.
+\code{Hello <who>} instead of \code{Hello World}.
 
 Compile and test your module by checking that it takes the \code{who}
 parameter into account when you load it.




More information about the training-materials-updates mailing list