staging: lustre: lustre: obdclass: Fixed space checkpatch
authorSakshi Vaid <sakshivaid95@gmail.com>
Thu, 10 Sep 2015 17:05:10 +0000 (22:35 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 13 Sep 2015 01:24:57 +0000 (18:24 -0700)
Removed the space between function name and open parenthesis '('.

Signed-off-by: Sakshi Vaid <sakshivaid95@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/obdclass/cl_object.c

index 9d1a3be..05e29f8 100644 (file)
@@ -1075,7 +1075,7 @@ static struct lu_kmem_descr cl_object_caches[] = {
        {
                .ckd_cache = &cl_env_kmem,
                .ckd_name  = "cl_env_kmem",
-               .ckd_size  = sizeof (struct cl_env)
+               .ckd_size  = sizeof(struct cl_env)
        },
        {
                .ckd_cache = NULL