]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mtd: cmdlinepart: minor cleanups
authorArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Mon, 3 Sep 2012 06:33:32 +0000 (09:33 +0300)
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Mon, 3 Sep 2012 07:49:31 +0000 (10:49 +0300)
commitea9d31263d63bfbf0517f46b07c9ebd3d309bae2
tree9c1c8dd5f10f6507c09e39ccce9b00ffc3681b21
parent2f50cb05620cbc4b1b1d4da0f39934b4ca242da3
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>
drivers/mtd/cmdlinepart.c