]> git.baikalelectronics.ru Git - kernel.git/commit
fs/cramfs: code clean-up
authorFabian Frederick <fabf@skynet.be>
Fri, 8 Aug 2014 21:22:52 +0000 (14:22 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 8 Aug 2014 22:57:25 +0000 (15:57 -0700)
commit5fc1c3e3123d073122e0bea93122fe3057ed4510
tree54cdebd2f1ea6b67910fe09abf791c308534e673
parent054f68245f66e280c872dcb655263c14d5c84e83
fs/cramfs: code clean-up

Fixes some checkpatch errors/warnings:

  WARNING: Missing a blank line after declarations
  ERROR: spaces required around that '=' (ctx:VxV)
  ERROR: "foo * bar" should be "foo *bar"
  ERROR: space prohibited after that open parenthesis '('

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Cc: "Theodore Ts'o" <tytso@mit.edu>
Cc: Sasha Levin <sasha.levin@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/cramfs/inode.c
fs/cramfs/uncompress.c