提交 d17c0cad 编写于 作者: J Jubin John 提交者: Doug Ledford

staging/rdma/hfi1: Remove void function return statement

Remove return statement at the end of a void function to fix
checkpatch warning:
WARNING: void function return statements are not generally useful
Reviewed-by: NDennis Dalessandro <dennis.dalessandro@intel.com>
Reviewed-by: NIra Weiny <ira.weiny@intel.com>
Reviewed-by: NMike Marciniszyn <mike.marciniszyn@intel.com>
Signed-off-by: NJubin John <jubin.john@intel.com>
Signed-off-by: NDoug Ledford <dledford@redhat.com>
上级 fcdd76df
......@@ -603,5 +603,4 @@ void hfi1_uc_rcv(struct hfi1_packet *packet)
op_err:
hfi1_rc_error(qp, IB_WC_LOC_QP_OP_ERR);
return;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册