[bootlin/training-materials updates] master: labs: fix typo stm31 -> stm32 (e97fe4aa)

Thomas Petazzoni thomas.petazzoni at bootlin.com
Tue Feb 18 20:00:16 CET 2020


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

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

commit e97fe4aa4c189cfd07855a76dda956e1d1b46fb5
Author: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
Date:   Tue Feb 18 20:00:16 2020 +0100

    labs: fix typo stm31 -> stm32
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>


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

e97fe4aa4c189cfd07855a76dda956e1d1b46fb5
 .../sysdev-kernel-cross-compiling-stm32.tex                             | 2 +-
 labs/sysdev-kernel-fetch-and-patch/sysdev-kernel-fetch-and-patch.tex    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/labs/sysdev-kernel-cross-compiling-stm32/sysdev-kernel-cross-compiling-stm32.tex b/labs/sysdev-kernel-cross-compiling-stm32/sysdev-kernel-cross-compiling-stm32.tex
index 2faaa10d..f0d23cde 100644
--- a/labs/sysdev-kernel-cross-compiling-stm32/sysdev-kernel-cross-compiling-stm32.tex
+++ b/labs/sysdev-kernel-cross-compiling-stm32/sysdev-kernel-cross-compiling-stm32.tex
@@ -49,7 +49,7 @@ We could use the \code{multi_v7_defconfig} default configuration to
 build a working kernel but to save time and compile less code, we
 provide in
 \code{$HOME/__SESSION_NAME__-labs/linux-stm32/} a minimal configuration
-file, named \code{stm31mp157_defconfig}. Copy it to \code{.config} and
+file, named \code{stm32mp157_defconfig}. Copy it to \code{.config} and
 then run either \code{make olddefconfig} or \code{make oldconfig} if
 you want to get asked for all the possible choices.
 
diff --git a/labs/sysdev-kernel-fetch-and-patch/sysdev-kernel-fetch-and-patch.tex b/labs/sysdev-kernel-fetch-and-patch/sysdev-kernel-fetch-and-patch.tex
index d4d757ec..b787936d 100644
--- a/labs/sysdev-kernel-fetch-and-patch/sysdev-kernel-fetch-and-patch.tex
+++ b/labs/sysdev-kernel-fetch-and-patch/sysdev-kernel-fetch-and-patch.tex
@@ -50,7 +50,7 @@ source directory.
   of Linux 4.19.
 
   Apply the patch named
-  \code{$HOME/__SESSION_NAME__-labs/linux-stm32/stm31mp157_support.patch}}{}
+  \code{$HOME/__SESSION_NAME__-labs/linux-stm32/stm32mp157_support.patch}}{}
 
 View one of the patch files with \code{vi} or \code{gvim}
 (if you prefer a graphical editor), to understand the information carried




More information about the training-materials-updates mailing list