From: Brian Norris Date: Thu, 11 Apr 2013 08:34:59 +0000 (-0700) Subject: mtd: nand: reword nand_chip bad block interface comments X-Git-Tag: v3.12-rc1~82^2~166 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce157510eb886feb996a7a13354973bdf4aae1a1;p=pandora-kernel.git mtd: nand: reword nand_chip bad block interface comments This remedies a few problems: (1) The use of "the" vs. "a" is a little confusing, IMO. (2) nand_chip.block_bad is used exclusively for checking the OOB bad block markers of a NAND. Any BBT functionality is handled in nand_bbt.c, so this description should differentiate itself from nand_bbt.c. Signed-off-by: Brian Norris Signed-off-by: Artem Bityutskiy Signed-off-by: David Woodhouse --- Reading git-diff-tree failed