fs/affs/super.c: fix switch indentation
authorFabian Frederick <fabf@skynet.be>
Tue, 17 Feb 2015 21:46:33 +0000 (13:46 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 17 Feb 2015 22:34:53 +0000 (14:34 -0800)
commit0445f01a53ad53ef6b23307b4630ab92423994ab
tree2d5350d89030d012cbfd4c811009966848bc735c
parent0cdfe18ad5ae0fbb9417ac2b5808189aaaa54230
fs/affs/super.c: fix switch indentation

Fix checkpatch error:

  ERROR: switch and case should be at the same indent

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/affs/super.c