mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 16:07:17 -04:00
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: Dennis Dalessandro <dennis.dalessandro@intel.com> Reviewed-by: Ira Weiny <ira.weiny@intel.com> Reviewed-by: Mike Marciniszyn <mike.marciniszyn@intel.com> Signed-off-by: Jubin John <jubin.john@intel.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user