From: Artem Bityutskiy Date: Fri, 3 Sep 2010 11:53:23 +0000 (+0300) Subject: UBI: rename a local variable X-Git-Tag: v2.6.37-rc1~169^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0e718c281ce1dd4006681e1255535cc6f2857d4;p=pandora-kernel.git UBI: rename a local variable Rename local variable 'ec_corr' into 'ec_err' to make the code a little bit more readable. 'ec_err' is more appropriate because it sounds more like 'error when EC was read' and it looks more logical because we use it together with 'err'. Just a minor nicification which should improve the rather complex scanning code. Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed