Commit d17c0cad authored by Jubin John's avatar Jubin John Committed by 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: default avatarDennis Dalessandro <dennis.dalessandro@intel.com>
Reviewed-by: default avatarIra Weiny <ira.weiny@intel.com>
Reviewed-by: default avatarMike Marciniszyn <mike.marciniszyn@intel.com>
Signed-off-by: default avatarJubin John <jubin.john@intel.com>
Signed-off-by: default avatarDoug Ledford <dledford@redhat.com>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment