]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Staging: lustre: o2iblnd_modparam.c: remove unneeded space
authorGwendoline Chouasne-Guillon <chouasne@clipper.ens.fr>
Thu, 2 Apr 2015 14:11:04 +0000 (16:11 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 3 Apr 2015 10:31:34 +0000 (12:31 +0200)
 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>
drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd_modparams.c

index 8b4a8e9a29b4dddb0f79bfefb785d8b1a37c779e..9da0485ebad5bcee84cea4c9788a7900934e1d1c 100644 (file)
@@ -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",