[bootlin/training-materials updates] master: slides/sysdev-flash-filesystems: fix missing closing parenthesis (bfd1933a)

Thomas Petazzoni thomas.petazzoni at bootlin.com
Fri Nov 25 13:24:15 CET 2022


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

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

commit bfd1933a09fb39dcda1945563b74bf1a27b23715
Author: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
Date:   Fri Nov 25 13:24:15 2022 +0100

    slides/sysdev-flash-filesystems: fix missing closing parenthesis
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>


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

bfd1933a09fb39dcda1945563b74bf1a27b23715
 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 cb3bfe62..6257d3f3 100644
--- a/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
+++ b/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
@@ -409,7 +409,7 @@ vol_flags=autoresize
   \item Sometimes needed to use read-only block filesystems such as Squashfs and EROFS
   \item Linux provides two block emulation layers:
     \begin{itemize}
-    \item \code{mtdblock} (\kconfig{CONFIG_MTD_BLOCK}:
+    \item \code{mtdblock} (\kconfig{CONFIG_MTD_BLOCK}):
        block devices emulated on top of MTD devices.
        \begin{itemize}
        \item Named \code{/dev/mtdblockX}, one for each partition.




More information about the training-materials-updates mailing list