staging: lustre: lustre: obdclass: Fixed space checkpatch

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>
This commit is contained in:
Sakshi Vaid 2015-09-10 22:35:10 +05:30 committed by Greg Kroah-Hartman
commit 60aff4ffba

View 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