[FE training-materials-updates] Kernel labs: add LaTeX commands

Michael Opdenacker michael.opdenacker at free-electrons.com
Thu May 15 09:31:10 CEST 2014


Repository : git://git.free-electrons.com/training-materials.git

On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=4d9c2716765499755f43c6e00be1b24894d8f00c

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

commit 4d9c2716765499755f43c6e00be1b24894d8f00c
Author: Luis Ortega <luiorpe1 at gmail.com>
Date:   Tue May 13 14:49:29 2014 +0200

    Kernel labs: add LaTeX commands
    
    Signed-off-by: Luis Ortega <luiorpe1 at gmail.com>
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


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

4d9c2716765499755f43c6e00be1b24894d8f00c
 .../kernel-i2c-input-interface.tex                 |    2 +-
 .../kernel-sources-exploring.tex                   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/labs/kernel-i2c-input-interface/kernel-i2c-input-interface.tex b/labs/kernel-i2c-input-interface/kernel-i2c-input-interface.tex
index badd434..559fb89 100644
--- a/labs/kernel-i2c-input-interface/kernel-i2c-input-interface.tex
+++ b/labs/kernel-i2c-input-interface/kernel-i2c-input-interface.tex
@@ -164,7 +164,7 @@ course):
 
 Recompile and reload your driver. You should now see in the kernel log
 that the \code{Unspecified device} type is replaced by 
-code{Wii Nunchuck} and that the physical path of the device is reported
+\code{Wii Nunchuck} and that the physical path of the device is reported
 too. 
 
 \section{Implement the polling routine}
diff --git a/labs/kernel-sources-exploring/kernel-sources-exploring.tex b/labs/kernel-sources-exploring/kernel-sources-exploring.tex
index 48fe4ee..d9408c5 100644
--- a/labs/kernel-sources-exploring/kernel-sources-exploring.tex
+++ b/labs/kernel-sources-exploring/kernel-sources-exploring.tex
@@ -8,7 +8,7 @@ After this lab, you will be able to:
 \item Create a branch based on a remote tree to explore a particular
       stable kernel version (from the \code{stable} kernel tree).
 \item Explore the sources in search for files, function headers or
-  other kinds of information...
+  other kinds of information\ldots
 \item Browse the kernel sources with tools like \code{cscope} and LXR.
 \end{itemize}
 



More information about the training-materials-updates mailing list