Commit 0b0033a1 authored by Gwendoline Chouasne-Guillon's avatar Gwendoline Chouasne-Guillon Committed by Greg Kroah-Hartman

Staging: lustre: o2iblnd_modparam.c: remove unneeded space

 before the arguments of a function

Remove unneeded space before the arguments of a function

Signed_off_by: Gwendoline Chouasne-guillon <chouasne@ens.fr>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent af967b29
...@@ -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