mtd: cmdlinepart: minor cleanups
authorArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Mon, 3 Sep 2012 06:33:32 +0000 (09:33 +0300)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Sat, 29 Sep 2012 14:33:17 +0000 (15:33 +0100)
commitfac0077cc0a1760f0afbac6526f56656ee025a34
tree9001de839fbb04149a7f11f5824512d559ad109d
parent9e0606fc4ea27fb275f6987751224c60ee055ef1
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 <artem.bityutskiy@linux.intel.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
drivers/mtd/cmdlinepart.c