From: NeilBrown Date: Mon, 13 Oct 2008 00:55:12 +0000 (+1100) Subject: md: remove space after function name in declaration and call. X-Git-Tag: v2.6.28-rc1~288^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d710e13812600037a723a673dc5c96a071de98d3;p=pandora-kernel.git 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 --- Reading git-diff-tree failed