]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
fs/jfs/super.c: remove 0 assignement to static + code clean-up
authorFabian Frederick <fabf@skynet.be>
Sat, 17 May 2014 13:17:20 +0000 (23:17 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Sat, 17 May 2014 13:17:20 +0000 (23:17 +1000)
commitdb62f1cc6abe94845466eb36e7d1e603dc821f95
tree97a6d1be10c5167258632fe031a951485bc1d773
parentd9467957796b797440df23df76e555f1828e77ea
fs/jfs/super.c: remove 0 assignement to static + code clean-up

-Static values are automatically initialized to NULL
-Coalesce format fragments
-Remove unnecessary {}
-Small typo fixes
-Fix lines > 80 characters

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Cc: Dave Kleikamp <shaggy@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/jfs/super.c