Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d17c0cad authored by Jubin John's avatar Jubin John Committed by Doug Ledford
Browse files

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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;
}