Commit b656d5fd authored by Melike Yurtoglu's avatar Melike Yurtoglu Committed by Greg Kroah-Hartman

Staging: lustre: lnet: klnds: o2iblnd: Deleted space prohibited between...

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: default avatarMelike Yurtoglu <aysemelikeyurtoglu@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 2aa53ff6
...@@ -177,7 +177,7 @@ kib_tunables_t kiblnd_tunables = { ...@@ -177,7 +177,7 @@ kib_tunables_t kiblnd_tunables = {
}; };
int int
kiblnd_tunables_init (void) kiblnd_tunables_init(void)
{ {
if (kiblnd_translate_mtu(*kiblnd_tunables.kib_ib_mtu) < 0) { if (kiblnd_translate_mtu(*kiblnd_tunables.kib_ib_mtu) < 0) {
CERROR("Invalid ib_mtu %d, expected 256/512/1024/2048/4096\n", CERROR("Invalid ib_mtu %d, expected 256/512/1024/2048/4096\n",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment