Whamcloud - gitweb
LU-4423 lnet: fixed space coding style issues for lib-msg.c 92/15092/3
authorSamuel Dominguez <samuel.dominguez.lorenzo@gmail.com>
Fri, 5 Jun 2015 14:53:13 +0000 (10:53 -0400)
committerOleg Drokin <oleg.drokin@intel.com>
Fri, 10 Jul 2015 03:08:40 +0000 (03:08 +0000)
commit18d33c13f570a6e036f8f0da710d6b60c2d6b1bf
tree9435ae7e91d4205756f9d1d41ec9a0bbd43539d8
parent66491b730aa759d1e061804d6d22f344b33b4589
LU-4423 lnet: fixed space coding style issues for lib-msg.c

Linux commit: a1caff6de83acca44faecea14b72724cebb9972e

staging: lustre: lnet: lnet: fixed space coding style issues

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>
Signed-off-by: James Simmons <uja.ornl@yahoo.com>
Change-Id: I0952bcf15e93705e77abe5a3fe0d181581df9973
Reviewed-on: http://review.whamcloud.com/15092
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Bob Glossman <bob.glossman@intel.com>
Reviewed-by: Dmitry Eremin <dmitry.eremin@intel.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
lnet/lnet/lib-msg.c