staging: lustre: remove RETURN macro
[deliverable/linux.git] / drivers / staging / lustre / lustre / lov / lov_page.c
index 220e78f19ea7fde7601144f773161b169bf3c010..674e61781c20b852697949d6e8ea44734cfb988b 100644 (file)
@@ -95,7 +95,7 @@ static int lov_page_own(const struct lu_env *env,
                lov_sub_put(sub);
        } else
                LBUG(); /* Arrgh */
-       RETURN(0);
+       return 0;
 }
 
 static void lov_page_assume(const struct lu_env *env,
@@ -124,7 +124,7 @@ static int lov_page_cache_add(const struct lu_env *env,
                rc = PTR_ERR(sub);
                CL_PAGE_DEBUG(D_ERROR, env, slice->cpl_page, "rc = %d\n", rc);
        }
-       RETURN(rc);
+       return rc;
 }
 
 static int lov_page_print(const struct lu_env *env,
@@ -221,7 +221,7 @@ int lov_page_init_empty(const struct lu_env *env, struct cl_object *obj,
        memset(addr, 0, cl_page_size(obj));
        kunmap(vmpage);
        cl_page_export(env, page, 1);
-       RETURN(0);
+       return 0;
 }
 
 
This page took 0.025607 seconds and 5 git commands to generate.