staging: lustre: remove returns in void function for lnet selftest
[deliverable/linux.git] / drivers / staging / lustre / lnet / selftest / selftest.h
index 4ca274f1798f5ad4e5207bff018c24771a28eac1..96690889bdb31e2de89b7e43dbbef68e8c85ea05 100644 (file)
@@ -512,8 +512,6 @@ srpc_destroy_client_rpc(srpc_client_rpc_t *rpc)
                LIBCFS_FREE(rpc, srpc_client_rpc_size(rpc));
        else
                (*rpc->crpc_fini) (rpc);
-
-       return;
 }
 
 static inline void
@@ -552,7 +550,6 @@ srpc_init_client_rpc(srpc_client_rpc_t *rpc, lnet_process_id_t peer,
        rpc->crpc_reqstmsg.msg_magic   = SRPC_MSG_MAGIC;
        rpc->crpc_reqstmsg.msg_version = SRPC_MSG_VERSION;
        rpc->crpc_reqstmsg.msg_type    = srpc_service2request(service);
-       return;
 }
 
 static inline const char *
This page took 0.029369 seconds and 5 git commands to generate.