From: Huang Shijie Date: Wed, 25 Sep 2013 06:58:16 +0000 (+0800) Subject: mtd: nand: add more comment for MTD_NANDFLASH/MTD_MLCNANDFLASH X-Git-Tag: v3.13-rc1~98^2~73 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fda5b0e24dca3d52671e5a6543a285d4e86c55e1;p=pandora-kernel.git mtd: nand: add more comment for MTD_NANDFLASH/MTD_MLCNANDFLASH In current code, the MTD_NANDFLASH is used to represent both the SLC and MLC. It is confusing to us. By adding an explicit comment about these two macros, this patch makes it clear that: MTD_NANDFLASH : stands for SLC NAND, MTD_MLCNANDFLASH : stands for MLC NAND (including TLC). Signed-off-by: Huang Shijie Signed-off-by: Brian Norris --- Reading git-diff-tree failed