All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mtd: Better comment NAND_BBT_NO_OOB
@ 2012-06-26 14:28 Shmulik Ladkani
  2012-06-28 16:13 ` Artem Bityutskiy
  0 siblings, 1 reply; 2+ messages in thread
From: Shmulik Ladkani @ 2012-06-26 14:28 UTC (permalink / raw)
  To: linux-mtd; +Cc: Brian Norris, David Woodhouse, Artem Bityutskiy

From: Shmulik Ladkani <shmulik.ladkani@gmail.com>

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@gmail.com>
---
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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] mtd: Better comment NAND_BBT_NO_OOB
  2012-06-26 14:28 [PATCH] mtd: Better comment NAND_BBT_NO_OOB Shmulik Ladkani
@ 2012-06-28 16:13 ` Artem Bityutskiy
  0 siblings, 0 replies; 2+ messages in thread
From: Artem Bityutskiy @ 2012-06-28 16:13 UTC (permalink / raw)
  To: Shmulik Ladkani; +Cc: David Woodhouse, Brian Norris, linux-mtd

[-- Attachment #1: Type: text/plain, Size: 369 bytes --]

On Tue, 2012-06-26 at 17:28 +0300, Shmulik Ladkani wrote:
> From: Shmulik Ladkani <shmulik.ladkani@gmail.com>
> 
> 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@gmail.com>

Pushed to l2-mtd.git, thanks!

-- 
Best Regards,
Artem Bityutskiy

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-06-28 16:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-26 14:28 [PATCH] mtd: Better comment NAND_BBT_NO_OOB Shmulik Ladkani
2012-06-28 16:13 ` Artem Bityutskiy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.