staging: lustre: Fix space prohibited between function name and open parenthesis...
[deliverable/linux.git] / drivers / staging / lustre / lustre / lclient / lcommon_cl.c
index 1c628e32575025c0c19f3a35c4a3be356628bc6a..1ed3490c60ba607f7814fb71c61e7e467d5889dc 100644 (file)
@@ -79,27 +79,27 @@ static struct lu_kmem_descr ccc_caches[] = {
        {
                .ckd_cache = &ccc_lock_kmem,
                .ckd_name  = "ccc_lock_kmem",
-               .ckd_size  = sizeof (struct ccc_lock)
+               .ckd_size  = sizeof(struct ccc_lock)
        },
        {
                .ckd_cache = &ccc_object_kmem,
                .ckd_name  = "ccc_object_kmem",
-               .ckd_size  = sizeof (struct ccc_object)
+               .ckd_size  = sizeof(struct ccc_object)
        },
        {
                .ckd_cache = &ccc_thread_kmem,
                .ckd_name  = "ccc_thread_kmem",
-               .ckd_size  = sizeof (struct ccc_thread_info),
+               .ckd_size  = sizeof(struct ccc_thread_info),
        },
        {
                .ckd_cache = &ccc_session_kmem,
                .ckd_name  = "ccc_session_kmem",
-               .ckd_size  = sizeof (struct ccc_session)
+               .ckd_size  = sizeof(struct ccc_session)
        },
        {
                .ckd_cache = &ccc_req_kmem,
                .ckd_name  = "ccc_req_kmem",
-               .ckd_size  = sizeof (struct ccc_req)
+               .ckd_size  = sizeof(struct ccc_req)
        },
        {
                .ckd_cache = NULL
This page took 0.026516 seconds and 5 git commands to generate.