From: Artem Bityutskiy Date: Mon, 4 Mar 2013 14:05:00 +0000 (+0200) Subject: mtd: nand: rename the id field of 'struct nand_flash_dev' X-Git-Tag: v3.10-rc1~36^2~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68aa352de28235bccdcee96ddf49f7628e93ec6f;p=pandora-kernel.git mtd: nand: rename the id field of 'struct nand_flash_dev' The 'id' is a bit confusing name because NAND IDs are multi-byte. Re-name it to 'dev_id' to make it clear that this is the "device ID" part (the second byte). While on it, clean-up the commentary for 'struct nand_flash_dev'. Signed-off-by: Artem Bityutskiy Acked-by: Brian Norris Signed-off-by: David Woodhouse --- Reading git-diff-tree failed