From: Melike Yurtoglu <aysemelikeyurtoglu@gmail.com>
Date: Fri, 20 Feb 2015 13:35:30 +0000 (+0200)
Subject: Staging: lustre: lnet: klnds: o2iblnd: Deleted space prohibited between function... 
X-Git-Tag: firefly_0821_release~176^2~1998^2~138^2~1004
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b656d5fd7eedf210e8166bb8c63e0ac8b157a4b5;p=firefly-linux-kernel-4.4.55.git

Staging: lustre: lnet: klnds: o2iblnd: Deleted space prohibited between function name and open parenthesis

WARNING: space prohibited between function name and open parenthesis '('
checkpatch.pl warning in o2iblnd_modparams.c

Signed-off-by: Melike Yurtoglu <aysemelikeyurtoglu@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---

diff --git a/drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd_modparams.c b/drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd_modparams.c
index 8036d8b18be7..eedf01afd57f 100644
--- a/drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd_modparams.c
+++ b/drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd_modparams.c
@@ -177,7 +177,7 @@ kib_tunables_t kiblnd_tunables = {
 };
 
 int
-kiblnd_tunables_init (void)
+kiblnd_tunables_init(void)
 {
 	if (kiblnd_translate_mtu(*kiblnd_tunables.kib_ib_mtu) < 0) {
 		CERROR("Invalid ib_mtu %d, expected 256/512/1024/2048/4096\n",