Whamcloud - gitweb
LU-9679 general: avoid bare return; at end of void function
[fs/lustre-release.git] / lustre / include / lustre_dlm.h
index 6f6cf85..e0f1f9a 100644 (file)
@@ -1616,8 +1616,6 @@ static inline void ldlm_svc_get_eopc(const struct ldlm_request *dlm_req,
 
        if (op != 0)
                lprocfs_counter_incr(srv_stats, op);
-
-       return;
 }
 
 /* resource.c - internal */