[bootlin/training-materials updates] master: sysdev: Fix missing space (ee39ede4)

Miquel Raynal miquel.raynal at bootlin.com
Wed May 15 22:55:58 CEST 2019


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

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

commit ee39ede40d0b3dc4c1580e3c32d2a250d51270b5
Author: Miquel Raynal <miquel.raynal at bootlin.com>
Date:   Wed May 15 22:55:58 2019 +0200

    sysdev: Fix missing space
    
    Signed-off-by: Miquel Raynal <miquel.raynal at bootlin.com>


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

ee39ede40d0b3dc4c1580e3c32d2a250d51270b5
 slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex b/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
index b02794af..35bae4d3 100644
--- a/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
+++ b/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
@@ -291,7 +291,7 @@ setenv mtdparts mtdparts=omap2-nand.0:512k(X-Loader)ro,1536k(U-Boot)ro,512k(Env)
   \begin{itemize}
   \item MTD devices are visible in \code{/proc/mtd}
   \item User space only sees MTD partitions, not the flash device
-    under those partitions(unless the kernel is compiled with
+    under those partitions (unless the kernel is compiled with
     MTD_PARTITIONED_MASTER)
   \item The {\bf mtdchar} driver creates a character device for each
     MTD device/partition of the system




More information about the training-materials-updates mailing list