[bootlin/training-materials updates] master: ECC: remove parentheses in explanations (47855979)

Thomas Petazzoni thomas.petazzoni at bootlin.com
Fri Oct 29 10:46:37 CEST 2021


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

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

commit 478559794a4e18082556c2c6f77477bc2118a3d2
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Sun May 9 21:56:42 2021 +0200

    ECC: remove parentheses in explanations
    
    - That could make readers think ECC applies on a standard block
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

478559794a4e18082556c2c6f77477bc2118a3d2
 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 04714a93..accf0e3f 100644
--- a/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
+++ b/slides/sysdev-flash-filesystems/sysdev-flash-filesystems.tex
@@ -84,7 +84,7 @@
   \frametitle{NAND flash: ECC}
   \begin{itemize}
   \item ECC partly addresses the reliability problem on NAND flash
-  \item Operates on blocks (usually 512 or 1024 bytes)
+  \item Operates on blocks of usually 512 or 1024 bytes
   \item ECC data are stored in the OOB area
   \item Three algorithms:
     \begin{itemize}




More information about the training-materials-updates mailing list