* [PATCH] mtd: nand: fix typo in comment
@ 2011-12-21 22:01 Wolfram Sang
2011-12-22 0:45 ` Brian Norris
2012-01-09 21:00 ` Artem Bityutskiy
0 siblings, 2 replies; 3+ messages in thread
From: Wolfram Sang @ 2011-12-21 22:01 UTC (permalink / raw)
To: linux-mtd; +Cc: Brian Norris, Wolfram Sang, Artem Bityutskiy
Funny one :) "Heck" fits somehow, too, but I am sure it was meant to be "Check".
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
---
drivers/mtd/nand/nand_base.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/mtd/nand/nand_base.c b/drivers/mtd/nand/nand_base.c
index 3ed9c5e..376472b 100644
--- a/drivers/mtd/nand/nand_base.c
+++ b/drivers/mtd/nand/nand_base.c
@@ -2588,7 +2588,7 @@ int nand_erase_nand(struct mtd_info *mtd, struct erase_info *instr,
instr->state = MTD_ERASING;
while (len) {
- /* Heck if we have a bad block, we do not erase bad blocks! */
+ /* Check if we have a bad block, we do not erase bad blocks! */
if (nand_block_checkbad(mtd, ((loff_t) page) <<
chip->page_shift, 0, allowbbt)) {
pr_warn("%s: attempt to erase a bad block at page 0x%08x\n",
--
1.7.2.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] mtd: nand: fix typo in comment
2011-12-21 22:01 [PATCH] mtd: nand: fix typo in comment Wolfram Sang
@ 2011-12-22 0:45 ` Brian Norris
2012-01-09 21:00 ` Artem Bityutskiy
1 sibling, 0 replies; 3+ messages in thread
From: Brian Norris @ 2011-12-22 0:45 UTC (permalink / raw)
To: Wolfram Sang; +Cc: linux-mtd, Artem Bityutskiy
On Wed, Dec 21, 2011 at 2:01 PM, Wolfram Sang <w.sang@pengutronix.de> wrote:
> Funny one :) "Heck" fits somehow, too, but I am sure it was meant to be "Check".
I agree, now that you mention it. I'd say this was a regression caused
by commit ace4dfee and perpetuated by me :)
Brian
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] mtd: nand: fix typo in comment
2011-12-21 22:01 [PATCH] mtd: nand: fix typo in comment Wolfram Sang
2011-12-22 0:45 ` Brian Norris
@ 2012-01-09 21:00 ` Artem Bityutskiy
1 sibling, 0 replies; 3+ messages in thread
From: Artem Bityutskiy @ 2012-01-09 21:00 UTC (permalink / raw)
To: Wolfram Sang; +Cc: Brian Norris, linux-mtd
On Wed, 2011-12-21 at 23:01 +0100, Wolfram Sang wrote:
> Funny one :) "Heck" fits somehow, too, but I am sure it was meant to be "Check".
>
> Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Pushed to l2-mtd-2.6.git, thanks!
Artem.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-01-09 21:00 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-21 22:01 [PATCH] mtd: nand: fix typo in comment Wolfram Sang
2011-12-22 0:45 ` Brian Norris
2012-01-09 21:00 ` Artem Bityutskiy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox