md: remove space after function name in declaration and call.
authorNeilBrown <neilb@suse.de>
Mon, 13 Oct 2008 00:55:12 +0000 (11:55 +1100)
committerNeilBrown <neilb@suse.de>
Mon, 13 Oct 2008 00:55:12 +0000 (11:55 +1100)
commitd710e13812600037a723a673dc5c96a071de98d3
treedf8e34fb02cb7909090aa697da7c1db4814ee122
parentfb4d8c76e56a887b9eee99fbc55fe82b18625d30
md: remove space after function name in declaration and call.

Having
   function (args)
instead of
   function(args)

make is harder to search for calls of particular functions.
So remove all those spaces.

Signed-off-by: NeilBrown <neilb@suse.de>
drivers/md/md.c
drivers/md/raid5.c
include/linux/raid/md.h