mtd: Better comment NAND_BBT_NO_OOB

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Fri Jul 6 13:59:07 EDT 2012


Gitweb:     http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=f3bae3df764737a168fbc51484b277cf0187933e
Commit:     f3bae3df764737a168fbc51484b277cf0187933e
Parent:     b8c2d652f4f26a5cc62d93f8a1c934f45e6bf8f5
Author:     Shmulik Ladkani <shmulik.ladkani at gmail.com>
AuthorDate: Tue Jun 26 17:28:28 2012 +0300
Committer:  David Woodhouse <David.Woodhouse at intel.com>
CommitDate: Fri Jul 6 18:18:18 2012 +0100

    mtd: Better comment NAND_BBT_NO_OOB
    
    Amend the comment to reflect the fact NAND_BBT_NO_OOB refers to the
    location of the bad block table marker.
    
    Signed-off-by: Shmulik Ladkani <shmulik.ladkani at gmail.com>
    Signed-off-by: Artem Bityutskiy <artem.bityutskiy at linux.intel.com>
    Signed-off-by: David Woodhouse <David.Woodhouse at intel.com>
---
 include/linux/mtd/bbm.h |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/include/linux/mtd/bbm.h b/include/linux/mtd/bbm.h
index 5d9fcb7..211ff67 100644
--- a/include/linux/mtd/bbm.h
+++ b/include/linux/mtd/bbm.h
@@ -108,7 +108,10 @@ struct nand_bbt_descr {
  * OOB area. This option is passed to the default bad block table function.
  */
 #define NAND_BBT_USE_FLASH	0x00020000
-/* Do not store flash based bad block table in OOB area; store it in-band */
+/*
+ * Do not store flash based bad block table marker in the OOB area; store it
+ * in-band.
+ */
 #define NAND_BBT_NO_OOB		0x00040000
 /*
  * Do not write new bad block markers to OOB; useful, e.g., when ECC covers



More information about the linux-mtd-cvs mailing list