staging: lustre: lnet: lnet: fixed space coding style issues
authorSamuel Domínguez <samuel.dominguez.lorenzo@gmail.com>
Thu, 5 Dec 2013 16:16:13 +0000 (16:16 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 6 Dec 2013 21:04:56 +0000 (13:04 -0800)
Fixed a coding style issue with spaces between function names and arguments:

func (x) -> func(x)

Signed-off-by: Samuel Dominguez <samuel.dominguez.lorenzo@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lnet/lnet/lib-msg.c