diff options
author | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | 2012-09-03 08:33:32 +0200 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2012-09-29 16:33:17 +0200 |
commit | fac0077cc0a1760f0afbac6526f56656ee025a34 (patch) | |
tree | 9001de839fbb04149a7f11f5824512d559ad109d /drivers/mtd/maps/autcpu12-nvram.c | |
parent | mtd: cmdlinepart: revise error handling (diff) | |
download | linux-fac0077cc0a1760f0afbac6526f56656ee025a34.tar.xz linux-fac0077cc0a1760f0afbac6526f56656ee025a34.zip |
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>
Diffstat (limited to 'drivers/mtd/maps/autcpu12-nvram.c')
0 files changed, 0 insertions, 0 deletions