md: fix a bug in some never-used code.
authorNeilBrown <neilb@suse.de>
Wed, 17 Oct 2007 06:30:53 +0000 (23:30 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 17 Oct 2007 15:43:03 +0000 (08:43 -0700)
commit8299d7f7c067a30a67ad359d416128c4ff57dcd1
tree0a824aab73367b5a72f63efb7b98504c02ff4450
parent5ebf2c1260705a2ce51ad19af33059f08211579d
md: fix a bug in some never-used code.

http://bugzilla.kernel.org/show_bug.cgi?id=3277

There is a seq_printf here that isn't being passed a 'seq'.  Howeve as the
code is inside #ifdef MD_DEBUG, nobody noticed.

Also remove some extra spaces.

Signed-off-by: Neil Brown <neilb@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/md/raid0.c