[FE training-materials-updates] kernel labs: fix some typos

Alexandre Belloni alexandre.belloni at free-electrons.com
Wed Nov 13 10:40:01 CET 2013


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

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

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

commit 7a46f1e3650df3b8dcd0431c3d3a9e51f1fb5b4a
Author: Alexandre Belloni <alexandre.belloni at free-electrons.com>
Date:   Wed Nov 13 17:39:11 2013 +0800

    kernel labs: fix some typos
    
    Signed-off-by: Alexandre Belloni <alexandre.belloni at free-electrons.com>


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

7a46f1e3650df3b8dcd0431c3d3a9e51f1fb5b4a
 .../kernel-i2c-communication.tex                   |    2 +-
 .../kernel-serial-interrupt.tex                    |    2 +-
 labs/kernel-serial-iomem/kernel-serial-iomem.tex   |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/labs/kernel-i2c-communication/kernel-i2c-communication.tex b/labs/kernel-i2c-communication/kernel-i2c-communication.tex
index 22b1415..5950baf 100644
--- a/labs/kernel-i2c-communication/kernel-i2c-communication.tex
+++ b/labs/kernel-i2c-communication/kernel-i2c-communication.tex
@@ -12,7 +12,7 @@ After this lab, you will be able to:
 
 Stay in the \code{~/felabs/linux/src/linux} directory for kernel and DTB
 compiling (stay in the \code{nunchuk} branch), and in
-\code{~/felabs/linux/modules/nfsroot/nunchuk} for module compiling
+\code{~/felabs/linux/modules/nfsroot/root/nunchuk} for module compiling
 (use two different terminals).
 
 \section{Add pinctrl properties to the Device Tree}
diff --git a/labs/kernel-serial-interrupt/kernel-serial-interrupt.tex b/labs/kernel-serial-interrupt/kernel-serial-interrupt.tex
index 91800ce..33ed64d 100644
--- a/labs/kernel-serial-interrupt/kernel-serial-interrupt.tex
+++ b/labs/kernel-serial-interrupt/kernel-serial-interrupt.tex
@@ -31,7 +31,7 @@ hardware interrupt number. This virtual number is created through the
 \code{irqdomain} mechanism. The hardware IRQ number to use is found in
 the device tree.
 
-First, add an \code{irq} fied to your \code{feserial_dev} structure:
+First, add an \code{irq} field to your \code{feserial_dev} structure:
 
 \begin{verbatim}
 struct feserial_dev {
diff --git a/labs/kernel-serial-iomem/kernel-serial-iomem.tex b/labs/kernel-serial-iomem/kernel-serial-iomem.tex
index fefd1ae..e2e5cf4 100644
--- a/labs/kernel-serial-iomem/kernel-serial-iomem.tex
+++ b/labs/kernel-serial-iomem/kernel-serial-iomem.tex
@@ -74,7 +74,7 @@ Then, declare the corresponding devices:
 \begin{verbatim}
     uartfe2: feserial at 48024000 {
         compatible = "free-electrons,serial";
-        /* Tell the OMAP harware power management that the block
+        /* Tell the OMAP hardware power management that the block
            must be enabled, otherwise it's switched off
            Caution: starting counting at 1, not 0 */
         ti,hwmods = "uart3";



More information about the training-materials-updates mailing list