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

Michael Opdenacker michael.opdenacker at bootlin.com
Sun May 9 21:56:42 CEST 2021


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

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

commit e96cb81742a6fb470e541ccb3fa03630572ef313
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>


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

e96cb81742a6fb470e541ccb3fa03630572ef313
 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