mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
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:
committed by
Greg Kroah-Hartman
parent
6876a14353
commit
60aff4ffba
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user