Browse Source

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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Gwendoline Chouasne-Guillon 10 years ago
parent
commit
0b0033a15f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd_modparams.c

+ 1 - 1
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",