From: Ezequiel Garcia Date: Fri, 9 Nov 2012 15:36:35 +0000 (-0300) Subject: mtd: mtd_blkdev: Use a different name for block_device_operations variable X-Git-Tag: v3.8-rc1~47^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9329c5eb5b087d6e6af905bd7e4f7eee13f9f7e5;p=pandora-kernel.git mtd: mtd_blkdev: Use a different name for block_device_operations variable struct mtd_blktrans_ops is a type, and mtd_blktrans_ops is a variable. To improve code clarity it's better to not use the same names, so we just change the latter. Signed-off-by: Ezequiel Garcia Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed