From: Artem Bityutskiy Date: Mon, 3 Sep 2012 06:33:32 +0000 (+0300) Subject: mtd: cmdlinepart: minor cleanups X-Git-Tag: v3.7-rc1~70^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fac0077cc0a1760f0afbac6526f56656ee025a34;p=pandora-kernel.git mtd: cmdlinepart: minor cleanups Clean-up the driver a bit to make it easier to read and amend the coding style. Mostly these are changes like: if (a) { } => if (a) { } Some extra blank lines were added. Indentation was changed to use tabs instead of spaces. Signed-off-by: Artem Bityutskiy Signed-off-by: David Woodhouse --- Reading git-diff-tree failed