aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGwendoline Chouasne-Guillon <[email protected]>2015-04-02 16:11:04 +0200
committerGreg Kroah-Hartman <[email protected]>2015-04-03 12:31:34 +0200
commit0b0033a15f6fe79015eea477c4e7b4c2ff4357c5 (patch)
tree8865b18acd06c0cbe71c4fa11483009eb77813db
parentaf967b29c810bfceb547f312ea62920675094738 (diff)
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 <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r--drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd_modparams.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd_modparams.c b/drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd_modparams.c
index 8b4a8e9a29b4..9da0485ebad5 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",