diff options
author | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | 2012-09-03 09:33:32 +0300 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2012-09-29 15:33:17 +0100 |
commit | fac0077cc0a1760f0afbac6526f56656ee025a34 (patch) | |
tree | 9001de839fbb04149a7f11f5824512d559ad109d /fs/jffs2 | |
parent | 9e0606fc4ea27fb275f6987751224c60ee055ef1 (diff) | |
download | op-kernel-dev-fac0077cc0a1760f0afbac6526f56656ee025a34.zip op-kernel-dev-fac0077cc0a1760f0afbac6526f56656ee025a34.tar.gz |
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 'fs/jffs2')
0 files changed, 0 insertions, 0 deletions